File tree 3 files changed +24
-2
lines changed
3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
25
## 2.4.2 2023-12-26
4
26
5
27
### Changed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " stgit"
3
- version = " 2.4.2 "
3
+ version = " 2.4.3 "
4
4
description = " Stack-based patch management for Git"
5
5
edition = " 2021"
6
6
rust-version = " 1.67.1"
You can’t perform that action at this time.
0 commit comments