Skip to content

Commit

Permalink
chore(master): release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 20, 2022
1 parent f904f54 commit 664a817
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.1.0](https://github.com/nix-community/nixago/compare/v3.0.0...v3.1.0) (2022-06-20)


### Features

* locate the request file, if possible ([#30](https://github.com/nix-community/nixago/issues/30)) ([f904f54](https://github.com/nix-community/nixago/commit/f904f54eb5b60414d6411d0d43eb33360b707e88))

## [3.0.0](https://github.com/nix-community/nixago/compare/v2.1.0...v3.0.0) (2022-06-17)


Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
} // (flake-utils.lib.eachDefaultSystem
(system:
let
version = "3.0.0"; # x-release-please-version
version = "3.1.0"; # x-release-please-version

engines = import ./engines { inherit pkgs lib; };
lib = (import ./lib { inherit pkgs lib engines; });
Expand Down

0 comments on commit 664a817

Please sign in to comment.