Skip to content

Commit

Permalink
Release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurty committed Feb 24, 2025
1 parent f5ec6c7 commit fbfb523
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ system, you must also run the `--upgrade` command in each repository:
$ transcrypt --upgrade
```

## [Unreleased]
## [2.3.1] - 2025-02-24

### Fixed

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

## [0.9.4] - 2014-03-03

[unreleased]: https://github.com/elasticdog/transcrypt/compare/v2.3.0...HEAD
[unreleased]: https://github.com/elasticdog/transcrypt/compare/v2.3.1...HEAD
[2.3.1]: https://github.com/elasticdog/transcrypt/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/elasticdog/transcrypt/compare/v2.2.3...v2.3.0
[2.2.3]: https://github.com/elasticdog/transcrypt/compare/v2.2.2...v2.2.3
[2.2.2]: https://github.com/elasticdog/transcrypt/compare/v2.2.1...v2.2.2
Expand Down
2 changes: 1 addition & 1 deletion contrib/packaging/pacman/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Aaron Bull Schaefer <aaron@elasticdog.com>
pkgname=transcrypt
pkgver=2.3.1-pre
pkgver=2.3.1
pkgrel=1
pkgdesc='A script to configure transparent encryption of files within a Git repository'
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion transcrypt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GREP_OPTIONS=""
##### CONSTANTS

# the release version of this script
readonly VERSION='2.3.1-pre'
readonly VERSION='2.3.1'

# the default cipher to utilize
readonly DEFAULT_CIPHER='aes-256-cbc'
Expand Down

0 comments on commit fbfb523

Please sign in to comment.