Skip to content

Commit ca1ccd1

Browse files
chore(master): release 3.0.0 (#16)
1 parent 1289064 commit ca1ccd1

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/nix-community/nixago/compare/v2.1.0...v3.0.0) (2022-06-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Simplifies external/internal API interface using engines (#23)
9+
10+
### Features
11+
12+
* adds flake template ([71abf4c](https://github.com/nix-community/nixago/commit/71abf4ce3e7c6e1ee17b00e70428d47784fb37fd))
13+
* adds flake template ([2826e31](https://github.com/nix-community/nixago/commit/2826e3122a361398de6cd2eb80cb10456d8019f6))
14+
* Simplifies external/internal API interface using engines ([#23](https://github.com/nix-community/nixago/issues/23)) ([e6a9566](https://github.com/nix-community/nixago/commit/e6a9566c18063db5b120e69e048d3627414e327d)), closes [#21](https://github.com/nix-community/nixago/issues/21)
15+
16+
17+
### Bug Fixes
18+
19+
* isolates shell hooks and adds debugging information ([#20](https://github.com/nix-community/nixago/issues/20)) ([dd12078](https://github.com/nix-community/nixago/commit/dd1207883dd1b23f1c41917033a094b756916a9a))
20+
321
## [2.1.0](https://github.com/jmgilman/nixago/compare/v2.0.0...v2.1.0) (2022-06-07)
422

523

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
} // (flake-utils.lib.eachDefaultSystem
2525
(system:
2626
let
27-
version = "2.1.0"; # x-release-please-version
27+
version = "3.0.0"; # x-release-please-version
2828

2929
engines = import ./engines { inherit pkgs lib; };
3030
lib = (import ./lib { inherit pkgs lib engines; });

0 commit comments

Comments
 (0)