Skip to content

Commit

Permalink
Merge pull request #14 from TigreGotico/release-0.10.1a1
Browse files Browse the repository at this point in the history
Release 0.10.1a1
  • Loading branch information
JarbasAl authored Dec 29, 2024
2 parents 2ef7b61 + 3be7543 commit 33da7b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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

0 comments on commit 33da7b0

Please sign in to comment.