Skip to content

Commit 5fac7fa

Browse files
committed
chore: Release v0.3.0
1 parent da3e984 commit 5fac7fa

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.0] - 2026-11-01
6+
7+
### 🚀 Features
8+
9+
- Keep `flake.lock` in sync with the `flake.nix` file
10+
- Add more exhaustive default completion types
11+
- Init `unpin` subcommand
12+
- Init `gitea` + `forgejo` support for update
13+
- Support channel based releases
14+
15+
### 🐛 Bug Fixes
16+
17+
- *(lib)* Feature gate asset generation for the binary
18+
- Add error on adding duplicate inputs node
19+
20+
### 📚 Documentation
21+
22+
- Add examples to the manpage
23+
- Add `unpin` documentation
24+
- Update `nix-uri` -> `0.1.10`
25+
26+
### CI
27+
28+
- Add auto-merge workflow for dependency updates
29+
- Undeprecate magic-nix-cache-action
30+
31+
532
## [0.0.2] - 2024-11-04
633

734
### 🐛 Bug Fixes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "flake-edit"
33
description = "Edit your flake inputs with ease."
4-
version = "0.0.2"
4+
version = "0.3.0"
55
edition = "2021"
66
keywords = ["nix", "flake", "terminal", "cli"]
77
categories = ["command-line-utilities"]

0 commit comments

Comments
 (0)