Skip to content

Commit d5d04c9

Browse files
committed
chore: update changelog for 2.2.3
1 parent 342e5ab commit d5d04c9

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [2.2.3] 2023-04-26
4+
5+
### Fixed
6+
- fix: error using on Windows (#273)
7+
- fix: path handling for Windows compatibility
8+
- fix: commit-msg hook run from work root
9+
- fix: avoid "stg.exe" in usage on Windows
10+
- fix: use gitattributes to force LF endings on Windows
11+
- fix: wrap hooks with sh on Windows
12+
13+
### Changed
14+
- chore: update to gix 0.44.0
15+
- chore: update other dependencies
16+
17+
318
## [2.2.2] 2023-04-01
419

520
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stgit"
3-
version = "2.2.2"
3+
version = "2.2.3"
44
edition = "2021"
55
rust-version = "1.64"
66
authors = [

0 commit comments

Comments
 (0)