Skip to content

Commit

Permalink
Merge pull request #82 from xrelkd/release/0.3.0
Browse files Browse the repository at this point in the history
Release `0.3.0`
  • Loading branch information
xrelkd authored Jan 11, 2024
2 parents 6860f09 + 94bf773 commit 8d17237
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
20 changes: 10 additions & 10 deletions 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
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.2.0"
version = "0.3.0"
authors = ["xrelkd <[email protected]>"]
homepage = "https://github.com/xrelkd/caracal"
repository = "https://github.com/xrelkd/caracal"
Expand Down
24 changes: 12 additions & 12 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
outputs = { self, nixpkgs, flake-utils, fenix, crane }:
let
name = "caracal";
version = "0.2.0";
version = "0.3.0";
in
(flake-utils.lib.eachDefaultSystem
(system:
Expand Down

0 comments on commit 8d17237

Please sign in to comment.