Skip to content

Commit

Permalink
chore(release): release version 0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aschaber1 committed Apr 24, 2023
1 parent 0f4e10a commit 80e2796
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## Changed

## Fixed

## [0.29.1 - 2023-04-24]

## Added

## Changed

- Ensure Docker builds are only pushed to registry on `master` (@aschaber1)

## Fixed
Expand Down
4 changes: 2 additions & 2 deletions lib/oxidized/version.rb
@@ -1,6 +1,6 @@
module Oxidized
VERSION = '0.29.0'.freeze
VERSION_FULL = '0.29.0'.freeze
VERSION = '0.29.1'.freeze
VERSION_FULL = '0.29.1'.freeze
def self.version_set
version_full = %x(git describe --tags).chop rescue ""
version = %x(git describe --tags --abbrev=0).chop rescue ""
Expand Down

0 comments on commit 80e2796

Please sign in to comment.