Skip to content

Commit fbfb523

Browse files
committed
Release 2.3.1
1 parent f5ec6c7 commit fbfb523

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ system, you must also run the `--upgrade` command in each repository:
3232
$ transcrypt --upgrade
3333
```
3434

35-
## [Unreleased]
35+
## [2.3.1] - 2025-02-24
3636

3737
### Fixed
3838

@@ -338,7 +338,8 @@ Since the v0.9.7 release, these are the notable improvements made to transcrypt:
338338

339339
## [0.9.4] - 2014-03-03
340340

341-
[unreleased]: https://github.com/elasticdog/transcrypt/compare/v2.3.0...HEAD
341+
[unreleased]: https://github.com/elasticdog/transcrypt/compare/v2.3.1...HEAD
342+
[2.3.1]: https://github.com/elasticdog/transcrypt/compare/v2.3.0...v2.3.1
342343
[2.3.0]: https://github.com/elasticdog/transcrypt/compare/v2.2.3...v2.3.0
343344
[2.2.3]: https://github.com/elasticdog/transcrypt/compare/v2.2.2...v2.2.3
344345
[2.2.2]: https://github.com/elasticdog/transcrypt/compare/v2.2.1...v2.2.2

contrib/packaging/pacman/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Aaron Bull Schaefer <[email protected]>
22
pkgname=transcrypt
3-
pkgver=2.3.1-pre
3+
pkgver=2.3.1
44
pkgrel=1
55
pkgdesc='A script to configure transparent encryption of files within a Git repository'
66
arch=('any')

transcrypt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GREP_OPTIONS=""
2222
##### CONSTANTS
2323

2424
# the release version of this script
25-
readonly VERSION='2.3.1-pre'
25+
readonly VERSION='2.3.1'
2626

2727
# the default cipher to utilize
2828
readonly DEFAULT_CIPHER='aes-256-cbc'

0 commit comments

Comments
 (0)