Skip to content

Releases: yuhr/fncmd

v2.1.0

22 Apr 15:46
v2.1.0
a27a84f
Compare
Choose a tag to compare

What's Changed

  • perf: improve compile-time efficiency by @yuhr in #52
  • build: upgrade multiple dependencies to latest compatible versions by @yuhr in #53
  • chore: update authors field in Cargo.toml by @yuhr in #55
  • chore: bump version to 2.1.0 by @yuhr in #54

Full Changelog: v2.0.1...v2.1.0

v2.0.1

22 Apr 09:48
v2.0.1
e4be162
Compare
Choose a tag to compare

What's Changed

  • ci: configure CI for testing by @yuhr in #47
  • test: fix test setup by @yuhr in #48
  • fix: escape special characters in module file paths by @yuhr in #50
  • chore: bump version to 2.0.1 by @yuhr in #51

Full Changelog: v2.0.0...v2.0.1

v2.0.0

21 Apr 19:45
v2.0.0
c0a0d88
Compare
Choose a tag to compare

What's Changed

  • chore: update authors field in Cargo.toml by @yuhr in #41
  • build!: upgrade clap to 4.2.4 by @yuhr in #42
  • docs: update README.md by @yuhr in #43
  • test: fix snapshots by @yuhr in #45
  • test: fix test command to exclude invalid paths by @yuhr in #46
  • chore: bump version to 2.0.0 by @yuhr in #44

Full Changelog: v1.3.1...v2.0.0

v1.3.1

21 Apr 16:41
v1.3.1
32d3f91
Compare
Choose a tag to compare

What's Changed

  • test: add integration tests as example projects by @yuhr in #37
  • test: populate rust-analyzer.linkedProjects by @yuhr in #38
  • fix: ignore case of internal identifiers by @yuhr in #39
  • chore: bump version to 1.3.1 by @yuhr in #40

Full Changelog: v1.3.0...v1.3.1

v1.3.0

19 Apr 07:44
v1.3.0
8cdf40f
Compare
Choose a tag to compare

What's Changed

  • docs: remove stale information about nightly usage by @yuhr in #29
  • chore: reconfigure project by @yuhr in #31
  • feat: support workspaces by @yuhr in #33
  • docs: update README.md by @yuhr in #34
  • build: update release workflow by @yuhr in #35
  • chore: bump version to 1.3.0 by @yuhr in #36

Full Changelog: v1.2.5...v1.3.0

v1.2.5

14 Apr 17:19
v1.2.5
dde5e12
Compare
Choose a tag to compare

What's Changed

  • Feature "termination_trait_lib" is now stable by @DhruvDh in #28

New Contributors

Full Changelog: v1.2.4...v1.2.5

v1.2.4

09 Feb 06:54
v1.2.4
6528200
Compare
Choose a tag to compare

What's Changed

  • fix: follow upstream change of std::process::Termination by @yuhr in #26

Full Changelog: v1.2.3...v1.2.4

v1.2.3

09 Feb 06:24
v1.2.3
40a6c65
Compare
Choose a tag to compare

What's Changed

  • fix: handle exotic main macros correctly by @yuhr in #24
  • fix: fully qualify hidden traits by @yuhr in #25

Full Changelog: v1.2.2...v1.2.3

v1.2.2

08 Feb 16:45
v1.2.2
2f6cce5
Compare
Choose a tag to compare

What's Changed

  • refactor: make code clean by @yuhr in #21
  • fix: use fully qualified macro path for recursive macroexpansion by @yuhr in #22
  • fix: fix condition to collect subcommands with fully qualified macro path by @yuhr in #23

Full Changelog: v1.2.1...v1.2.2

v1.2.1

08 Feb 13:54
v1.2.1
3ef03c3
Compare
Choose a tag to compare

What's Changed

  • fix: make Rust keywords available as command names by @yuhr in #20

Full Changelog: v1.2.0...v1.2.1