File tree Expand file tree Collapse file tree 3 files changed +529
-305
lines changed Expand file tree Collapse file tree 3 files changed +529
-305
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments