Skip to content

Commit 5866011

Browse files
committed
chore: update changelog for 2.4.3
1 parent 1419e6f commit 5866011

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

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

3+
## 2.4.3 2024-02-04
4+
5+
### Added
6+
- feat(branch): allow delete of current branch
7+
8+
### Fixed
9+
- fix(branch): delete branch config with branch
10+
- fix: use gix-command for interactive edit (#407)
11+
- fix: improved interactive editor diagnostics
12+
- chore: update gix to 0.58.0 (#407)
13+
- docs: fix dates in changelog
14+
15+
### Changed
16+
- refactor(branch): use gix to rename config section
17+
- refactor: use gix to remove stgit branch config
18+
- refactor: use gix-command for hooks
19+
- refactor: use non-deprecated indexmap methods
20+
- ci: update cargo-generate-rpm to 0.14.0
21+
- ci: update to upload-artifact@v4
22+
- ci: restore use of IO::Pty in MacOS build
23+
24+
325
## 2.4.2 2023-12-26
426

527
### Changed

Cargo.lock

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

Cargo.toml

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

0 commit comments

Comments
 (0)