Skip to content

Commit

Permalink
Prepare next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-5 committed Dec 30, 2022
1 parent b75d4e8 commit ad61a99
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 21 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WSLGit Changelog

## [1.2.0] - unreleased
## [1.2.0] - 2022-12-30

### Added

Expand Down
81 changes: 64 additions & 17 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ authors = ["Andreas Riffnaller-Schiefer <[email protected]>"]
license = "MIT"

[dependencies]
regex = "1.5.5"
regex = "1.7.0"
lazy_static = "1.4"

[dev-dependencies]
assert_cmd = "1.0"
predicates = "1.0"
assert_cmd = "2.0.7"
predicates = "2.1.5"

[profile.release]
strip = true

0 comments on commit ad61a99

Please sign in to comment.