Skip to content

Commit

Permalink
chore(main): release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and anthonyroussel committed Nov 23, 2023
1 parent 8a627c3 commit caae642
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.5.0](https://github.com/anthonyroussel/shadow-nix/compare/v1.4.0...v1.5.0) (2023-11-23)


### Features

* **ci:** use magic-nix-cache-action to speed-up build ([b7952d6](https://github.com/anthonyroussel/shadow-nix/commit/b7952d6081f7f626611c560b73ee24bf3ba4ba98))
* move .drirc file from blade-shadow-beta repository ([992dab6](https://github.com/anthonyroussel/shadow-nix/commit/992dab68826b5ce5dc23a116863d6178225d9657))


### Bug Fixes

* **ci:** change release-please to bump version in README.md ([d4a336b](https://github.com/anthonyroussel/shadow-nix/commit/d4a336b1d04bd907bc4bd94ea63b7d6ce838b92f))
* remove utilities.{files,debug} and use debug.nix ([2a95c50](https://github.com/anthonyroussel/shadow-nix/commit/2a95c5047280be45af2893f5146802926b9f1891))

## [1.4.0](https://github.com/anthonyroussel/shadow-nix/compare/v1.3.2...v1.4.0) (2023-10-28)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ In your `configuration.nix` :
```nix
{
imports = [
(fetchGit { url = "https://github.com/anthonyroussel/shadow-nix"; ref = "refs/tags/v1.4.0"; } + "/import/system.nix")
(fetchGit { url = "https://github.com/anthonyroussel/shadow-nix"; ref = "refs/tags/v1.5.0"; } + "/import/system.nix")
];
programs.shadow-client = {
Expand All @@ -64,7 +64,7 @@ In your `home.nix` :
```nix
{
imports = [
(fetchGit { url = "https://github.com/anthonyroussel/shadow-nix"; ref = "refs/tags/v1.4.0"; } + "/import/home-manager.nix")
(fetchGit { url = "https://github.com/anthonyroussel/shadow-nix"; ref = "refs/tags/v1.5.0"; } + "/import/home-manager.nix")
];
programs.shadow-client = {
Expand Down

0 comments on commit caae642

Please sign in to comment.