Skip to content

Commit

Permalink
chore: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Apr 19, 2024
1 parent 69fa742 commit b247e76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Unreleased
# 0.4.0 (Apr 19, 2024)

- New features
- Add new config `nixci.*.*.systems` acting as a whitelist of systems to build that subflake.
Expand All @@ -13,7 +13,7 @@
- Evaluate OS configurations for current system only (\#38)
- Fail correctly if nixci is passed a missing flake attribute (\#44)

# 0.2.0
# 0.2.0 (Sep 14, 2023)

- Breaking changes
- Change flake schema: evaluates `nixci.default` instead of `nixci`; this allows more than one configuration (#20)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Sridhar Ratnakumar <srid@srid.ca>"]
edition = "2021"
# If you change the name here, you must also do it in flake.nix (and run `cargo generate-lockfile` afterwards)
name = "nixci"
version = "0.3.0"
version = "0.4.0"
license = "AGPL-3.0-only"
readme = "README.md"
description = "Define and build CI for Nix projects anywhere"
Expand Down

1 comment on commit b247e76

@srid
Copy link
Owner Author

@srid srid commented on b247e76 Apr 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.