Releases: stefreak/nut
Releases · stefreak/nut
v0.4.3
v0.4.2
v0.4.1
Immutable
release. Only release title and notes can be modified.
Miscellaneous
- (deps) bump the cargo group across 1 directory with 2 updates (#97)
- (deps) bump clap from 4.5.54 to 4.5.60 (#86)
- (deps) bump futures-util from 0.3.31 to 0.3.32 (#83)
- (deps) bump jsonwebtoken in the cargo group across 1 directory (#75)
- (deps) bump chrono from 0.4.43 to 0.4.44 (#87)
- (deps) bump tokio from 1.49.0 to 1.50.0 (#91)
- (deps) bump thiserror from 2.0.17 to 2.0.18 (#64)
- (deps) bump chrono from 0.4.42 to 0.4.43 (#65)
v0.4.0
Immutable
release. Only release title and notes can be modified.
New features
- [breaking] Require workspace_dir configuration, keep cache at platform-specific location (#47)
Miscellaneous
- (deps) bump clap from 4.5.53 to 4.5.54 (#57)
- (deps) bump octocrab from 0.49.4 to 0.49.5 (#56)
- (deps) bump tokio from 1.48.0 to 1.49.0 (#58)
- (deps) bump rsa in the cargo group across 1 directory (#59)
- (deps) bump serde_json from 1.0.146 to 1.0.148 (#54)
- (deps) bump config from 0.14.1 to 0.15.19 (#53)
- suppress unused_assignments lint in error.rs (#48)
v0.3.1
Immutable
release. Only release title and notes can be modified.
v0.3.0
Immutable
release. Only release title and notes can be modified.
v0.2.3
Immutable
release. Only release title and notes can be modified.
New features
- (import) allow positional arguments with full repo path and implement
--dry-runoption. This allows to paralellize imports usingxargsuntil we implement parallelization natively.
v0.2.2
Immutable
release. Only release title and notes can be modified.
Bug fixes
- (import) allow combining
--organd--repo
Refactor
- remove unnecessary NO_COLOR code
v0.2.1
Immutable
release. Only release title and notes can be modified.
v0.2.0
Immutable
release. Only release title and notes can be modified.
New features
- [breaking] only determine current workspace based on current directory or explicit option
- introduce
applycommand for running commands in all repositories in a workspace (#14) - integrate official GitHub (
gh) CLI for protocol config and token auto-discovery (#15)
Bug fixes
- improve UX and fix several issues in AI generated code
Miscellaneous
- Implement automated Clippy and code formatting in GitHub Actions (#13)
Refactor
- remove unsafe blocks and global state manipulation (#18)