Skip to content

Commit

Permalink
chore(release): release version 0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcheramy committed Apr 12, 2024
1 parent f01a3f1 commit 4330f44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).


## [Unreleased]
## [0.30.1 – 2024-04-12]

### Added
- document the release process (@robertcheramy)

### Changed

### Fixed
- The version string was not set correctly (@robertcheramy)


## [0.30.0 – 2024-04-11]
Expand Down
4 changes: 2 additions & 2 deletions lib/oxidized/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Oxidized
VERSION = '0.30-0'.freeze
VERSION_FULL = '0.30.0'.freeze
VERSION = '0.30.1'.freeze
VERSION_FULL = '0.30.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 4330f44

Please sign in to comment.