Releases: a-kenji/flake-edit
Releases · a-kenji/flake-edit
v0.3.3 flake-edit
v0.3.2 flake-edit
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
What's Changed
🚀 Features
- Init
changesubcommand - (cli) Add --shallow flag to add shallow inputs
- Init
followsubcommand - Add
--autoflag 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
followsubcommand 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
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.lockin sync with theflake.nixfile 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+forgejosupport by @a-kenji in #385 - chore: update
nix-uri->0.1.10by @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
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
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.