Skip to content

Commit 15a557b

Browse files
committed
Updates for v2.4.5
1 parent 5715c94 commit 15a557b

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

content/_index.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ StGit is licensed under the GNU General Public License, version 2.
3535

3636
## News
3737

38+
### 2024-02-18: [StGit v2.4.5][v2.4.5] has been released.
39+
40+
### 2024-02-11: [StGit v2.4.4][v2.4.4] has been released.
41+
3842
### 2024-02-04: [StGit v2.4.3][v2.4.3] has been released.
3943

4044
Fixes finding global config and running an interactive editor on
@@ -78,6 +82,8 @@ bzip2-rs crate which allows for static linking when not using the
7882

7983
This release also contains a few more bugfixes to `stg import`.
8084

85+
[v2.4.5]: https://github.com/stacked-git/stgit/releases/tag/v2.4.5
86+
[v2.4.4]: https://github.com/stacked-git/stgit/releases/tag/v2.4.4
8187
[v2.4.3]: https://github.com/stacked-git/stgit/releases/tag/v2.4.3
8288
[v2.4.0]: https://github.com/stacked-git/stgit/releases/tag/v2.4.0
8389
[v2.3.3]: https://github.com/stacked-git/stgit/releases/tag/v2.3.3
@@ -316,15 +322,19 @@ dependencies.
316322
Recent versions of StGit are available in several package repositories
317323
such as [HomeBrew][pkg-homebrew] and [MacPorts][pkg-macports] for MacOS
318324
and for the [Arch][pkg-arch] and [Gentoo][pkg-gentoo] Linux
319-
distributions.
325+
distributions. StGit is also available via [crates.io][pkg-crate],
326+
[guix][pkg-guix], and [nix][pkg-nix].
320327

321328
More details about StGit packages availability for various operating
322329
systems can be [found on repology][repology].
323330

324331
[pkg-homebrew]: https://formulae.brew.sh/formula/stgit
325332
[pkg-macports]: https://ports.macports.org/port/stgit/
326333
[pkg-arch]: https://aur.archlinux.org/packages/stgit
327-
[pkg-gentoo]: //https://packages.gentoo.org/packages/dev-vcs/stgit
334+
[pkg-gentoo]: https://packages.gentoo.org/packages/dev-vcs/stgit
335+
[pkg-crate]: https://crates.io/crates/stgit
336+
[pkg-guix]: https://packages.guix.gnu.org/packages/stgit/
337+
[pkg-nix]: https://search.nixos.org/packages?type=packages&query=stgit
328338
[repology]: https://repology.org/project/stgit/versions
329339

330340
### Prebuilt Packages

content/changelog/_index.md

+22
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ title = 'StGit Changelog'
44

55
# Changelog
66

7+
## 2.4.5 2024-02-18
8+
9+
### Fixed
10+
- fix: stdout from hooks (#418)
11+
12+
### Changed
13+
- chore: add category and keywords to Cargo.toml
14+
- build: exclude some paths from crate
15+
- docs(readme): enumerate more package repositories
16+
- chore: update dependencies
17+
18+
19+
## 2.4.4 2024-02-11
20+
21+
### Fixed
22+
- fix: pass stdio for interactive editing (#415)
23+
- fix: update gix-tempfile and gix-lock to 13.1.0 (#413)
24+
25+
### Changed
26+
- chore: update dependencies
27+
28+
729
## 2.4.3 2024-02-04
830

931
### Added

content/man/stg-branch.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SYNOPSIS
2020
'stg branch' {--rename,-r} [old-name] <new-name>
2121
'stg branch' {--protect,-p} [branch]
2222
'stg branch' {--unprotect,-u} [branch]
23-
'stg branch' {--delete,-D} [--force] <branch>
23+
'stg branch' {--delete,-D} [--force] [branch]
2424
'stg branch' --cleanup [--force] [branch]
2525
'stg branch' {--describe,-d} <description> [branch]
2626

0 commit comments

Comments
 (0)