Skip to content

Commit a5b6813

Browse files
committed
chore(release): release version 0.32.0
1 parent cd07b27 commit a5b6813

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
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.32.0 – 2025-02-17]
88
This release fixes a security issue in oxidized-web, which is included in the
99
Docker container of oxidized. If you are not using the Docker container but
1010
use oxidized-web, be sure to update your oxidized-web gem to 0.15.0.
@@ -34,6 +34,7 @@ use oxidized-web, be sure to update your oxidized-web gem to 0.15.0.
3434
- aosw: Hide power measurements (@rouven0)
3535
- arubainstant: show version prepends a space to prompt when a core file is present. Fixes #3398 (@robertcheramy)
3636

37+
3738
## [0.31.0 – 2024-11-29]
3839

3940
### Added

lib/oxidized/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Oxidized
2-
VERSION = '0.31.0'.freeze
3-
VERSION_FULL = '0.31.0'.freeze
2+
VERSION = '0.32.0'.freeze
3+
VERSION_FULL = '0.32.0'.freeze
44
def self.version_set
55
version_full = %x(git describe --tags).chop rescue ""
66
version = %x(git describe --tags --abbrev=0).chop rescue ""

0 commit comments

Comments
 (0)