@@ -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
4044Fixes 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
7983This 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.
316322Recent versions of StGit are available in several package repositories
317323such as [ HomeBrew] [ pkg-homebrew ] and [ MacPorts] [ pkg-macports ] for MacOS
318324and 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
321328More details about StGit packages availability for various operating
322329systems 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
0 commit comments