Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.10.1a1 #14

Merged
merged 3 commits into from
Dec 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## [0.10.0a1](https://github.com/TigreGotico/json_database/tree/0.10.0a1) (2024-12-29)
## [0.10.1a1](https://github.com/TigreGotico/json_database/tree/0.10.1a1) (2024-12-29)

[Full Changelog](https://github.com/TigreGotico/json_database/compare/0.9.1...0.10.0a1)
[Full Changelog](https://github.com/TigreGotico/json_database/compare/0.10.0...0.10.1a1)

**Merged pull requests:**

- feat: hpm encrypted db [\#11](https://github.com/TigreGotico/json_database/pull/11) ([JarbasAl](https://github.com/JarbasAl))
- fix:typo in hpm import [\#13](https://github.com/TigreGotico/json_database/pull/13) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
2 changes: 1 addition & 1 deletion json_database/hpm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from ovos_utils.log import LOG
from ovos_utils.xdg_utils import xdg_data_home
from typing import Union, Iterable, List, Optional
from json_database import JsonStorageXDG, EncryptedJsonStorageXD
from json_database import JsonStorageXDG, EncryptedJsonStorageXDG
from dataclasses import dataclass


Expand Down
4 changes: 2 additions & 2 deletions json_database/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 10
VERSION_BUILD = 0
VERSION_ALPHA = 0
VERSION_BUILD = 1
VERSION_ALPHA = 1
# END_VERSION_BLOCK