Skip to content

Commit d34715b

Browse files
committed
chore: update changelog for 2.3.0
1 parent 1ace979 commit d34715b

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

Diff for: CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [2.3.0] 2023-05-25
4+
5+
### Removed
6+
- import-compressed is always enabled, no longer a feature
7+
8+
### Added
9+
- unofficial deb and rpm packages
10+
- msi package for Windows
11+
12+
### Fixed
13+
- fix(import): would panic without import-url feature
14+
- fix(import): patch numbers not stripped from name
15+
16+
### Changed
17+
- use bzip2-rs instead of bzip2 crate
18+
- update dependencies
19+
20+
321
## [2.2.4] 2023-05-15
422

523
### Added

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stgit"
3-
version = "2.2.4"
3+
version = "2.3.0"
44
description = "Stack-based patch management for Git"
55
edition = "2021"
66
rust-version = "1.64"

0 commit comments

Comments
 (0)