Skip to content

Commit 57a60cf

Browse files
chore: release main (#20)
1 parent 86a08dc commit 57a60cf

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"crates/nixpkgs-track": "0.5.0",
2+
"crates/nixpkgs-track": "0.6.0",
33
"crates/nixpkgs-track_lib": "0.5.0"
44
}

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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/uncenter/nixpkgs-track/compare/v0.5.0...v0.6.0) (2026-03-01)
4+
5+
6+
### Features
7+
8+
* automatically use token from `gh` cli ([#18](https://github.com/uncenter/nixpkgs-track/issues/18)) ([86a08dc](https://github.com/uncenter/nixpkgs-track/commit/86a08dc299728523b735fcb0269e33acadb9cdf4))
9+
310
## [0.5.0](https://github.com/uncenter/nixpkgs-track/compare/v0.3.0...v0.5.0) (2026-01-09)
411

512

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.5.0"
3+
version = "0.6.0"
44
authors.workspace = true
55
license.workspace = true
66
description.workspace = true

0 commit comments

Comments
 (0)