Skip to content

Releases: a-kenji/flake-edit

v0.3.3 flake-edit

19 Jan 20:26

Choose a tag to compare

What's Changed

  • follow: Split into follow and add-follow subcommands by @a-kenji in #426
  • chore(build): improve binary size by @a-kenji in #427

Full Changelog: v0.3.2...v0.3.3

v0.3.2 flake-edit

19 Jan 14:21

Choose a tag to compare

What's Changed

🚀 Features

  • Initialize a configuration file
  • Unfollow stale follows

🐛 Bug Fixes

  • Only show diff before commit

Full Changelog: v0.3.1...v0.3.2

v0.3.1 flake-edit

18 Jan 17:59

Choose a tag to compare

What's Changed

🚀 Features

  • Init change subcommand
  • (cli) Add --shallow flag to add shallow inputs
  • Init follow subcommand
  • Add --auto flag to the follow subcommand
  • An interactive mode for querying user input
  • Implement nested follows in lock files

🐛 Bug Fixes

  • (command) Improve URI validation
  • (remove) Correctly also remove orphaned follow inputs
  • (test) Remove deprecated nodes.*.config usage
  • (tests) Filter environment-dependent paths in CLI snapshot metadata
  • Fix transitive follows in --auto

📚 Documentation

  • Add follow subcommand docs

⚙️ Miscellaneous Tasks

  • Upgrade to Rust 2024 edition
  • Improve validation before change
  • Parametrize snapshot tests

Full Changelog: v0.3.0...v0.3.1

v0.3.0 flake-edit

11 Jan 12:56

Choose a tag to compare

What's Changed

The main feature in this version is the forgejo + gitea forge support for their release API.

  • completions: Add more exhaustive default completion types by @a-kenji in #251
  • feat: Keep flake.lock in sync with the flake.nix file by @a-kenji in #303
  • docs: Add examples to the manpage by @a-kenji in #305
  • feat: Add error on adding duplicate inputs node by @a-kenji in #307
  • build: Gate generation behind assets feature by @a-kenji in #366
  • ci: add auto-merge workflow for dependency updates by @Mic92 in #360
  • forges: Init gitea + forgejo support by @a-kenji in #385
  • chore: update nix-uri -> 0.1.10 by @a-kenji in #386
  • update: Support channel based releases by @a-kenji in #387

New Contributors

Full Changelog: v0.0.2...v0.3.0

v0.0.2: flake-edit

04 Nov 14:25

Choose a tag to compare

What's Changed

  • Improve error report, if change could not be applied by @a-kenji in #158
  • fix: Adjust outputs with trailing slashes correctly by @a-kenji in #159
  • update: Rename to change_input_to_rev by @a-kenji in #166
  • devshells: Add rustc path directly by @a-kenji in #197
  • ci: Fix default build by @a-kenji in #198
  • update: Allow any string prefix until the first - for semver by @a-kenji in #199
  • update: Fix github api authorization by @a-kenji in #200
  • update: Print context messages by @a-kenji in #202

Full Changelog: v0.1.0...v0.0.2

0.1.0: Initial Release

04 Sep 12:12
b773d18

Choose a tag to compare

The goal of the flake-edit cli and library is to provide a safe, correct and seamless
way to interact with and manage flake inputs.

This is an early release, but basic features are implemented.

Features:

- Add new flake inputs.
- Remove flake inputs.
- Pin flake inputs to current revision.
- Pin flake inputs to specific revision.
- Update flake inputs to their latest semver compatible release (not many forges supported yet).
- Shell completions.

Please review and provide feedback.