We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4e10a commit 80e2796Copy full SHA for 80e2796
CHANGELOG.md
@@ -10,6 +10,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
10
11
## Changed
12
13
+## Fixed
14
+
15
+## [0.29.1 - 2023-04-24]
16
17
+## Added
18
19
+## Changed
20
21
- Ensure Docker builds are only pushed to registry on `master` (@aschaber1)
22
23
## Fixed
lib/oxidized/version.rb
@@ -1,6 +1,6 @@
1
module Oxidized
2
- VERSION = '0.29.0'.freeze
3
- VERSION_FULL = '0.29.0'.freeze
+ VERSION = '0.29.1'.freeze
+ VERSION_FULL = '0.29.1'.freeze
4
def self.version_set
5
version_full = %x(git describe --tags).chop rescue ""
6
version = %x(git describe --tags --abbrev=0).chop rescue ""
0 commit comments