Skip to content

Releases: stefreak/nut

v0.4.3

17 Apr 18:28
Immutable release. Only release title and notes can be modified.
85cd71b

Choose a tag to compare

Miscellaneous

  • (deps) bump octocrab from 0.49.6 to 0.49.7 (#106)
  • (deps) bump tokio from 1.50.0 to 1.51.1 (#109)

v0.4.2

24 Mar 20:37
Immutable release. Only release title and notes can be modified.
7cb1db1

Choose a tag to compare

Miscellaneous

  • (deps) bump config from 0.15.19 to 0.15.22 (#101)
  • (deps) bump clap from 4.5.60 to 4.6.0 (#103)
  • (deps) bump octocrab from 0.49.5 to 0.49.6 (#99)

v0.4.1

18 Mar 21:10
Immutable release. Only release title and notes can be modified.
84279ae

Choose a tag to compare

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

07 Jan 21:10
Immutable release. Only release title and notes can be modified.
c07412c

Choose a tag to compare

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

06 Dec 14:36
Immutable release. Only release title and notes can be modified.
e7fd309

Choose a tag to compare

Performance

  • process git status checks concurrently for better performance

Refactor

  • eliminate duplication and complexity through abstraction (#32)

v0.3.0

01 Dec 22:39
Immutable release. Only release title and notes can be modified.
4d3c15e

Choose a tag to compare

New features

  • [breaking] (import) replace --skip-* and --include-* options with --query option supporting the full GitHub search syntax (#29)

v0.2.3

30 Nov 16:27
Immutable release. Only release title and notes can be modified.
bf7a89d

Choose a tag to compare

New features

  • (import) allow positional arguments with full repo path and implement --dry-run option. This allows to paralellize imports using xargs until we implement parallelization natively.

v0.2.2

30 Nov 15:31
Immutable release. Only release title and notes can be modified.
eb30d1c

Choose a tag to compare

Bug fixes

  • (import) allow combining --org and --repo

Refactor

  • remove unnecessary NO_COLOR code

v0.2.1

30 Nov 13:38
Immutable release. Only release title and notes can be modified.
807525a

Choose a tag to compare

New features

  • add repository filtering options to nut import (#21)

Bug fixes

  • pass github host to gh get config to make sure we use the correct git protocol

Documentation

  • add tutorial with commands for managing pull requests

v0.2.0

30 Nov 11:19
Immutable release. Only release title and notes can be modified.
ff4a2ca

Choose a tag to compare

New features

  • [breaking] only determine current workspace based on current directory or explicit option
  • introduce apply command 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)