Releases: thorsten-klein/git-nested
Releases · thorsten-klein/git-nested
Release list
v1.1.1
What's Changed
Dependencies
- Bump the actions group with 5 updates by @dependabot[bot] in #20
Other changes
- perf: stop git filter-branch sleeping 10s on every call by @thorsten-klein in #18
- chore: add the repository metadata GitHub looks for by @thorsten-klein in #19
- build: set the Python floor to 3.10 and cap PyYAML by @thorsten-klein in #21
- refactor(tests): move to tests/ and split unit from e2e by @thorsten-klein in #22
- ci: fixup broken workflow by @thorsten-klein in #24
- build: build the standalone binary for macOS and Windows too by @thorsten-klein in #23
- refactor: adopt the src/ layout by @thorsten-klein in #25
- refactor: split the package into per-concern and per-command modules by @thorsten-klein in #26
- Add CI, codecov, SonarCloud, and PyPI badges to README by @thorsten-klein in #29
- feat(completion): generate completion instead of shipping scripts by @thorsten-klein in #27
- ci: cancel superseded test runs on branches and PRs by @thorsten-klein in #30
- feat(config): implement the git nested config command by @thorsten-klein in #28
- refactor(output): route everything through logging and redesign the strings by @thorsten-klein in #31
- docs: add a manual page, real subcommand --help, and fix the prose drift by @thorsten-klein in #32
- build: enable ruff T20/TRY/PL/ANN and type-check the tests by @thorsten-klein in #33
- docs: audit docs and trim stale comments by @thorsten-klein in #34
Full Changelog: 1.1.0...1.1.1
v1.1.0
What's Changed
- create versioned binary by @thorsten-klein in #13
- Integrate code-quality checkers, fix all findings by @thorsten-klein in #14
- Lower complexipy threshold to 5 and fix all violations by @thorsten-klein in #15
- Reach 100% test coverage and enforce it in poe all by @thorsten-klein in #16
- fix: resolve SonarQube issues by @thorsten-klein in #17
Full Changelog: 1.0.5...1.1.0
v1.0.5
What's Changed
- add
git nested diffcommand by @thorsten-klein in #10 - add
CODEOWNERSby @thorsten-klein in #11 - Ship a single-file executable and test it in CI by @thorsten-klein in #12
Full Changelog: 1.0.4...1.0.5
v1.0.4
What's Changed
- fix: avoid merge conflicts on files excluded by
--filterby @thorsten-klein in #9
Full Changelog: 1.0.3...1.0.4
v1.0.3
What's Changed
- support
filterregex by @thorsten-klein in #6 - fix: use remote default branch when cloning by @thorsten-klein in #7
- add Github Actions workflow for PyPi by @thorsten-klein in #8
Full Changelog: 1.0.2...1.0.3
v1.0.2
v1.0.1
v1.0.0
First official release of git-nested.