File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.10.1
4+
5+ This is a re-release of 3.10.0 with no code changes.
6+
7+ Due to a failure during the 3.10.0 release, the
8+ [ commit cached by the Go infrastructure for 3.10.0] ( https://github.com/getsops/sops/commit/200bb6d8ab4063330bc99697255b3583501b3877 )
9+ is different from
10+ [ the commit tagged in the repository] ( https://github.com/getsops/sops/commit/4ed7060298fbcd00cafa359121ca62091b85bb6f ) .
11+ To avoid confusion, we decided to push another release where the tag in the repository
12+ will coincide with the commit cached by Go.
13+
14+ Project changes:
15+
16+ * CI dependency updates ([ #1826 ] ( https://github.com/getsops/sops/pull/1826 ) ).
17+
318## 3.10.0
419
520Security fixes:
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212)
1313
1414// Version represents the value of the current semantic version.
15- var Version = "3.10.0 "
15+ var Version = "3.10.1 "
1616
1717// PrintVersion prints the current version of sops. If the flag
1818// `--disable-version-check` is set or if the environment variable
You can’t perform that action at this time.
0 commit comments