Releases: a-kenji/flake-edit
Releases · a-kenji/flake-edit
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.