Skip to content

Commit ad61a99

Browse files
committed
Prepare next release.
1 parent b75d4e8 commit ad61a99

File tree

3 files changed

+68
-21
lines changed

3 files changed

+68
-21
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WSLGit Changelog
22

3-
## [1.2.0] - unreleased
3+
## [1.2.0] - 2022-12-30
44

55
### Added
66

Cargo.lock

Lines changed: 64 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ authors = ["Andreas Riffnaller-Schiefer <andreas.schiefer@gmail.com>"]
55
license = "MIT"
66

77
[dependencies]
8-
regex = "1.5.5"
8+
regex = "1.7.0"
99
lazy_static = "1.4"
1010

1111
[dev-dependencies]
12-
assert_cmd = "1.0"
13-
predicates = "1.0"
12+
assert_cmd = "2.0.7"
13+
predicates = "2.1.5"
1414

1515
[profile.release]
1616
strip = true

0 commit comments

Comments
 (0)