Skip to content

Commit

Permalink
release: version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sdementen committed Jun 26, 2024
1 parent c0c94a0 commit 7de59d9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
30 changes: 26 additions & 4 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,23 @@ Changelog
=========


(unreleased)
------------
0.1.3 (2024-06-26)
------------------
- Add tool.isort option section. [sdementen]
- Cleanup. [sdementen]
- Isort/black generated schemas + remove unused imports. [sdementen]
- Print path where schemas exported. [sdementen]
- Rename Base to DeclarativeBase to avoid name shadowing. [sdementen]
- Extend tests. [sdementen]
- Reformat file. [sdementen]
- Omit from coverage template .py files. [sdementen]
- Reorganise modules. [sdementen]
- Fix bug in camelize. [sdementen]
- Add commands to make.py to mimic Makefile. [sdementen]


0.1.2 (2024-06-25)
------------------
- During tests, path_schemas to point to tmp folder. [sdementen]
- Use setup.cfg instead of .flake8. [sdementen]
- Add blank in some gnucash book name for testing purposes. [sdementen]
Expand All @@ -19,13 +34,20 @@ Changelog
- Add example in README.md. [sdementen]
- Add first working code. [sdementen]
- Add data folder with sample of gnucash sqlite books. [sdementen]
- Release: version 0.1.1 🚀 [sdementen]


0.1.1 (2024-06-24)
------------------
- Release: version 0.1.1 🚀 [Sébastien de Menten]
- Clean up repo generated from template. [Sébastien de Menten]
- Bump softprops/action-gh-release from 1 to 2. [dependabot[bot]]
- Bump codecov/codecov-action from 3 to 4. [dependabot[bot]]
- Bump stefanzweifel/git-auto-commit-action from 4 to 5.
[dependabot[bot]]
- Bump actions/checkout from 3 to 4. [dependabot[bot]]
- Update main.yml. [sdementen]

use python -m pip instead of pip directly
- Bump actions/setup-python from 4 to 5. [dependabot[bot]]
- ✅ Ready to clone and code. [sdementen]
- Initial commit. [sdementen]

Expand Down
2 changes: 1 addition & 1 deletion piecash2/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.3

0 comments on commit 7de59d9

Please sign in to comment.