Skip to content

Commit

Permalink
chore: update changelog for 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgrayson committed May 25, 2023
1 parent 1ace979 commit d34715b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [2.3.0] 2023-05-25

### Removed
- import-compressed is always enabled, no longer a feature

### Added
- unofficial deb and rpm packages
- msi package for Windows

### Fixed
- fix(import): would panic without import-url feature
- fix(import): patch numbers not stripped from name

### Changed
- use bzip2-rs instead of bzip2 crate
- update dependencies


## [2.2.4] 2023-05-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stgit"
version = "2.2.4"
version = "2.3.0"
description = "Stack-based patch management for Git"
edition = "2021"
rust-version = "1.64"
Expand Down

0 comments on commit d34715b

Please sign in to comment.