Skip to content

Commit

Permalink
churn: Release 2.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
VorpalBlade committed Apr 21, 2023
1 parent 6953111 commit f363be8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["ini", "config", "configuration", "chezmoi"]
license = "GPL-3.0-only"
name = "chezmoi_modify_manager"
repository = "https://github.com/VorpalBlade/chezmoi_modify_manager"
version = "2.0.0-alpha2"
version = "2.0.0-rc1"

[features]
default = ["updater"]
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Modify script helper addon for chezmoi (experimental branch)
# Modify script helper addon for chezmoi (release candidate branch)

[ [lib.rs] ] [ [crates.io] ] [ [AUR] ]

NOTE! This is version 2, which is a rewrite in Rust. See the
[conversion guide](doc/conversion.md) if you are upgrading from the previous
Expand Down Expand Up @@ -150,3 +152,7 @@ Requirements to build (if there is no native binary for your platform):
Always look at `chezmoi diff` first! I do have some ideas on how to mitigate
this in the future. See also [this chezmoi bug](https://github.com/twpayne/chezmoi/issues/2244)
for a more detailed discussion on this.

[AUR]: https://aur.archlinux.org/packages/chezmoi_modify_manager
[crates.io]: https://crates.io/crates/chezmoi_modify_manager
[lib.rs]: https://lib.rs/crates/chezmoi_modify_manager

0 comments on commit f363be8

Please sign in to comment.