Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.3.1

Added support for Ruby 4.0.

## 1.3.0

The "A Dream Given Form" Update
Expand Down
2 changes: 1 addition & 1 deletion docs/_constants/cuprum/version/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Cuprum::Version::PATCH
parent_path: cuprum/version
slug: patch
short_description: Patch version.
value: '0'
value: '1'
data_path: cuprum/version/patch
metadata:
api: private
Expand Down
2 changes: 1 addition & 1 deletion lib/cuprum/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module Version
# Minor version.
MINOR = 3
# Patch version.
PATCH = 0
PATCH = 1
# Prerelease version.
PRERELEASE = nil
# Build metadata.
Expand Down