Skip to content

Commit aefcd71

Browse files
committed
chore: Release v0.3.1
1 parent fdbad08 commit aefcd71

File tree

3 files changed

+68
-37
lines changed

3 files changed

+68
-37
lines changed

CHANGELOG.md

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

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

5+
## [0.3.1] - 2026-01-18
6+
7+
### 🚀 Features
8+
9+
- Init `change` subcommand
10+
- *(cli)* Add --shallow flag to add shallow inputs
11+
- Init `follow` subcommand
12+
- Add `--auto` flag to the follow subcommand
13+
- An interactive mode for querying user input
14+
- Implement nested follows in lock files
15+
16+
### 🐛 Bug Fixes
17+
18+
- *(command)* Improve URI validation
19+
- *(remove)* Correctly also remove orphaned follow inputs
20+
- *(test)* Remove deprecated nodes.*.config usage
21+
- *(tests)* Filter environment-dependent paths in CLI snapshot metadata
22+
- Fix transitive follows in `--auto`
23+
24+
### 📚 Documentation
25+
26+
- Add `follow` subcommand docs
27+
28+
### ⚙️ Miscellaneous Tasks
29+
30+
- Upgrade to Rust 2024 edition
31+
- Improve validation before change
32+
- Parametrize snapshot tests
33+
34+
535
## [0.3.0] - 2026-11-01
636

737
### 🚀 Features

Cargo.lock

Lines changed: 37 additions & 36 deletions
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.3.0"
4+
version = "0.3.1"
55
edition = "2024"
66
keywords = ["nix", "flake", "terminal", "cli"]
77
categories = ["command-line-utilities"]

0 commit comments

Comments
 (0)