File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
66
7- ## [ Unreleased ]
7+ ## [ 0.33.0 - 2025-03-26 ]
88This release changes the way to configure oxidized-web. The old ` rest `
99configuration is still supported but deprecated. The new configuration works
1010with oxidized-web 0.16.0 or later.
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module 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 ""
You can’t perform that action at this time.
0 commit comments