Releases: bo4e/BO4E-CLI
Releases · bo4e/BO4E-CLI
v0.0.3
What's Changed
- fix: 🩹Fix version bump detection by @lord-haffi in #96
- chore: 🔊Add some debugging details for parsing errors of JSON schemas by @lord-haffi in #97
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- fix(readme): Fix status badges in README by @lord-haffi in #90
- fix(diff): Fix diff-detection for "dirty" versions by @lord-haffi in #91
- chore: 🔊Output if token is retrieved from GH CLI by @lord-haffi in #93
- feat: Adapt
Version
model to match the versions created by hatch inBO4E-python
by @lord-haffi in #95 - test: Add unittest if typer command can be executed as python function by @lord-haffi in #94
- feat: Check for
BO4E-Schemas
releases inbo4e repo versions
by @lord-haffi in #92
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- Project init by @lord-haffi in #2
- Implement CLI structure (without any logic yet) by @lord-haffi in #3
- Bump typer from 0.12.4 to 0.12.5 by @dependabot in #5
- Bump mypy from 1.11.1 to 1.11.2 by @dependabot in #6
- Bump pylint from 3.2.6 to 3.2.7 by @dependabot in #7
- Bump rich from 13.7.1 to 13.8.0 by @dependabot in #8
- Implement
bo4e pull
to pull JSON-Schemas from GitHub by @lord-haffi in #4 - style(console): Improve styling in console + add
--verbose
by @lord-haffi in #9 - Bump more-itertools from 10.2.0 to 10.5.0 by @dependabot in #11
- Bump cffi from 1.17.0 to 1.17.1 by @dependabot in #13
- Bump build from 1.2.1 to 1.2.2 by @dependabot in #12
- Bump cryptography from 43.0.0 to 43.0.1 by @dependabot in #14
- Bump pydantic from 2.8.2 to 2.9.0 by @dependabot in #15
- feat(edit): Implement command
bo4e edit
by @lord-haffi in #10 - refactor(generate): 🚚Copy code from
BO4E-Python-Generator
by @lord-haffi in #16 - build(deps): bump pygithub from 2.3.0 to 2.4.0 by @dependabot in #19
- build(deps): bump urllib3 from 2.2.2 to 2.2.3 by @dependabot in #21
- build(deps-dev): bump pytest from 8.3.2 to 8.3.3 by @dependabot in #25
- refactor(schemas): ♻️Use property instead of get method by @lord-haffi in #17
- build(deps): bump rich from 13.8.0 to 13.8.1 by @dependabot in #28
- build(deps): bump dnspython from 2.6.1 to 2.7.0 by @dependabot in #29
- feat(generate): ✨Implement code generation for Python by @lord-haffi in #27
- build(deps): bump idna from 3.8 to 3.10 by @dependabot in #23
- build(deps): ⬆️Bump all dependencies by @lord-haffi in #32
- build(deps-dev): bump coverage from 7.6.3 to 7.6.4 by @dependabot in #34
- build(deps): bump markupsafe from 3.0.1 to 3.0.2 by @dependabot in #35
- build(deps-dev): bump mypy from 1.12.0 to 1.13.0 by @dependabot in #38
- build(deps): bump cryptography from 43.0.1 to 43.0.3 by @dependabot in #39
- build(deps): bump sqlalchemy from 2.0.35 to 2.0.36 by @dependabot in #41
- build(deps): bump rich from 13.9.2 to 13.9.4 by @dependabot in #42
- build(deps): bump typer from 0.12.5 to 0.13.0 by @dependabot in #44
- build(deps): bump pygithub from 2.4.0 to 2.5.0 by @dependabot in #45
- build(deps): bump pyjwt[crypto] from 2.9.0 to 2.10.0 by @dependabot in #48
- build(deps): bump deprecated from 1.2.14 to 1.2.15 by @dependabot in #49
- build(deps-dev): bump coverage from 7.6.4 to 7.6.8 by @dependabot in #51
- build(deps-dev): bump pylint-pydantic from 0.3.2 to 0.3.3 by @dependabot in #54
- build(deps): bump argcomplete from 3.5.1 to 3.5.2 by @dependabot in #56
- build(deps): bump all dependencies by @lord-haffi in #72
- build(deps): bump argcomplete from 3.5.3 to 3.6.0 by @dependabot in #73
- fix(generator-python): 🩹Fix python code generator for newer BO4E versions by @lord-haffi in #80
- refactor(diff): Preparation - Copied diff-matrix code from BO4E-python + Implement
diff schemas
command by @lord-haffi in #33 - chore(deps): ⬆️Bump dependencies by @lord-haffi in #83
- feat(diff): ✨Implement
bo4e diff matrix
command by @lord-haffi in #84 - fix(docs): 🩹Fix links of test badges in readme by @lord-haffi in #85
- feat(diff): ✨Implement command
bo4e diff version-bump
by @lord-haffi in #86 - feat(repo): ✨Implement command
bo4e repo versions
by @lord-haffi in #88 - ci(publish): Add publishing workflow for PyPi by @lord-haffi in #89
New Contributors
- @lord-haffi made their first contribution in #2
- @dependabot made their first contribution in #5
Full Changelog: https://github.com/bo4e/BO4E-CLI/commits/v0.0.1
v0.0.1-rc3
Full Changelog: v0.0.1-rc2...v0.0.1-rc3
v0.0.1-rc2
Full Changelog: v0.0.1-rc1...v0.0.1-rc2
v0.0.1-rc1
What's Changed
- Project init by @lord-haffi in #2
- Implement CLI structure (without any logic yet) by @lord-haffi in #3
- Bump typer from 0.12.4 to 0.12.5 by @dependabot in #5
- Bump mypy from 1.11.1 to 1.11.2 by @dependabot in #6
- Bump pylint from 3.2.6 to 3.2.7 by @dependabot in #7
- Bump rich from 13.7.1 to 13.8.0 by @dependabot in #8
- Implement
bo4e pull
to pull JSON-Schemas from GitHub by @lord-haffi in #4 - style(console): Improve styling in console + add
--verbose
by @lord-haffi in #9 - Bump more-itertools from 10.2.0 to 10.5.0 by @dependabot in #11
- Bump cffi from 1.17.0 to 1.17.1 by @dependabot in #13
- Bump build from 1.2.1 to 1.2.2 by @dependabot in #12
- Bump cryptography from 43.0.0 to 43.0.1 by @dependabot in #14
- Bump pydantic from 2.8.2 to 2.9.0 by @dependabot in #15
- feat(edit): Implement command
bo4e edit
by @lord-haffi in #10 - refactor(generate): 🚚Copy code from
BO4E-Python-Generator
by @lord-haffi in #16 - build(deps): bump pygithub from 2.3.0 to 2.4.0 by @dependabot in #19
- build(deps): bump urllib3 from 2.2.2 to 2.2.3 by @dependabot in #21
- build(deps-dev): bump pytest from 8.3.2 to 8.3.3 by @dependabot in #25
- refactor(schemas): ♻️Use property instead of get method by @lord-haffi in #17
- build(deps): bump rich from 13.8.0 to 13.8.1 by @dependabot in #28
- build(deps): bump dnspython from 2.6.1 to 2.7.0 by @dependabot in #29
- feat(generate): ✨Implement code generation for Python by @lord-haffi in #27
- build(deps): bump idna from 3.8 to 3.10 by @dependabot in #23
- build(deps): ⬆️Bump all dependencies by @lord-haffi in #32
- build(deps-dev): bump coverage from 7.6.3 to 7.6.4 by @dependabot in #34
- build(deps): bump markupsafe from 3.0.1 to 3.0.2 by @dependabot in #35
- build(deps-dev): bump mypy from 1.12.0 to 1.13.0 by @dependabot in #38
- build(deps): bump cryptography from 43.0.1 to 43.0.3 by @dependabot in #39
- build(deps): bump sqlalchemy from 2.0.35 to 2.0.36 by @dependabot in #41
- build(deps): bump rich from 13.9.2 to 13.9.4 by @dependabot in #42
- build(deps): bump typer from 0.12.5 to 0.13.0 by @dependabot in #44
- build(deps): bump pygithub from 2.4.0 to 2.5.0 by @dependabot in #45
- build(deps): bump pyjwt[crypto] from 2.9.0 to 2.10.0 by @dependabot in #48
- build(deps): bump deprecated from 1.2.14 to 1.2.15 by @dependabot in #49
- build(deps-dev): bump coverage from 7.6.4 to 7.6.8 by @dependabot in #51
- build(deps-dev): bump pylint-pydantic from 0.3.2 to 0.3.3 by @dependabot in #54
- build(deps): bump argcomplete from 3.5.1 to 3.5.2 by @dependabot in #56
- build(deps): bump all dependencies by @lord-haffi in #72
- build(deps): bump argcomplete from 3.5.3 to 3.6.0 by @dependabot in #73
- fix(generator-python): 🩹Fix python code generator for newer BO4E versions by @lord-haffi in #80
- refactor(diff): Preparation - Copied diff-matrix code from BO4E-python + Implement
diff schemas
command by @lord-haffi in #33 - chore(deps): ⬆️Bump dependencies by @lord-haffi in #83
- feat(diff): ✨Implement
bo4e diff matrix
command by @lord-haffi in #84 - fix(docs): 🩹Fix links of test badges in readme by @lord-haffi in #85
- feat(diff): ✨Implement command
bo4e diff version-bump
by @lord-haffi in #86 - feat(repo): ✨Implement command
bo4e repo versions
by @lord-haffi in #88
New Contributors
- @lord-haffi made their first contribution in #2
- @dependabot made their first contribution in #5
Full Changelog: https://github.com/bo4e/BO4E-CLI/commits/v0.0.1-rc1