Skip to content

Commit e2b799d

Browse files
committed
chore: update changelog for 2.4.7
1 parent 1e7e96c commit e2b799d

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## 2.4.7 2024-05-05
4+
5+
### Fixed
6+
- docs(pop): clarify --spill behavior (#445)
7+
- fix(branch): disallow branch before subcommand (#447)
8+
9+
### Changed
10+
- refactor: get gix-command via gix with command feature
11+
- Update gix to version 0.62
12+
13+
314
## 2.4.6 2024-04-07
415

516
### Fixed

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.6"
3+
version = "2.4.7"
44
description = "Stack-based patch management for Git"
55
edition = "2021"
66
rust-version = "1.67.1"

0 commit comments

Comments
 (0)