Skip to content

Commit 6cc1930

Browse files
authored
Merge pull request #125: 0.3.0 release
2 parents 509e8dd + 283ff72 commit 6cc1930

File tree

3 files changed

+529
-305
lines changed

3 files changed

+529
-305
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
## Unreleased
4+
5+
## 0.3.0
6+
7+
- Pins can now be "frozen", which will skip updating them (https://github.com/andir/npins/pull/78)
8+
- `update` command now fetches in parallel (https://github.com/andir/npins/pull/112)
9+
- Added support for fetching git submodules (https://github.com/andir/npins/pull/46)
10+
- Added Forgejo as a supported git forge (https://github.com/andir/npins/pull/95)
11+
- Added support for local development overrides (https://github.com/andir/npins/pull/99)
12+
- Added `tarball` pins (https://github.com/andir/npins/pull/119)
13+
- Added `--lockfile-mode` which will only use the JSON lock file and ignore the `default.nix` (https://github.com/andir/npins/pull/120)
14+
- Fixed `import-flake` command not recognizing default branches (https://github.com/andir/npins/pull/114)
15+
16+
## 0.2.4
17+
18+
- Added `import-flake` command
19+
- Added `--release-prefix` option to filter tags e.g. in monorepos with separately tagged releases
20+
- Fetching git dependencies only downloads them once instead of twice
21+
22+
## 0.2.0 - 0.2.3
23+
24+
- Added support for private GitLab repositories
25+
26+
## 0.1.0
27+
28+
Initial release

0 commit comments

Comments
 (0)