Skip to content

Commit f260933

Browse files
chore(main): release 0.3.0 (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0ca235c commit f260933

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

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.

crates/nixpkgs-track/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
## [0.3.0](https://github.com/uncenter/nixpkgs-track/compare/v0.2.0...v0.3.0) (2025-05-23)
4+
5+
6+
### Features
7+
8+
* add `--interactive` list removal ([291821c](https://github.com/uncenter/nixpkgs-track/commit/291821cb3b0f2318847fad32462755691695d5f7))
9+
* parse github urls for pull request id arguments ([268a01f](https://github.com/uncenter/nixpkgs-track/commit/268a01f7f6c796e4907537e0ca274981415dd176))
10+
* use user_dirs instead of etcetera ([ddc0269](https://github.com/uncenter/nixpkgs-track/commit/ddc026982866719c1df7e517f969f6e3b615c93a))

crates/nixpkgs-track/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nixpkgs-track"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors.workspace = true
55
license.workspace = true
66
description.workspace = true

0 commit comments

Comments
 (0)