Skip to content

Commit 6912a24

Browse files
Version 0.2.1 (#342)
**This PR:** - Updates the version number from `0.2.0` to `0.2.1` - Summarizes recent changes in `NEWS.md`
1 parent 1c40eb7 commit 6912a24

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ The format is loosely based on [Keep a Changelog] and this project adheres to
1010

1111
## [Unreleased]
1212

13+
## [0.2.1] - 2024-08-26
14+
### Update
15+
- Gemspec requirements and information
16+
1317
## [0.2.0] - 2024-08-23
1418
### Update
1519
- Rails version to 7.2.1

lib/yuriita/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Yuriita
2-
VERSION = "0.2.0"
2+
VERSION = "0.2.1"
33
end

0 commit comments

Comments
 (0)