Skip to content

Commit 5753be5

Browse files
committed
chore(release): release version 0.xx.yy
1 parent 6774fbd commit 5753be5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7-
## [Unreleased]
7+
## [0.33.0 - 2025-03-26]
88
This release changes the way to configure oxidized-web. The old `rest`
99
configuration is still supported but deprecated. The new configuration works
1010
with oxidized-web 0.16.0 or later.

lib/oxidized/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# frozen_string_literal: true
22

33
module Oxidized
4-
VERSION = '0.32.2'
5-
VERSION_FULL = '0.32.2'
4+
VERSION = '0.33.0'
5+
VERSION_FULL = '0.33.0'
66
def self.version_set
77
version_full = %x(git describe --tags).chop rescue ""
88
version = %x(git describe --tags --abbrev=0).chop rescue ""

0 commit comments

Comments
 (0)