Skip to content
Snippets Groups Projects
Commit df0c7f72 authored by Kerri Miller's avatar Kerri Miller
Browse files

Merge branch 'bump-version-0-9-0' into 'main'

Bump gem version to 0.9.0

See merge request !62



Merged-by: default avatarKerri Miller <kerrizor@kerrizor.com>
Approved-by: default avatarKerri Miller <kerrizor@kerrizor.com>
Co-authored-by: Heinrich Lee Yu's avatarHeinrich Lee Yu <heinrich@gitlab.com>
Co-authored-by: default avatarGem release token <project27628435_bot@noreply.gitlab.com>
parents 6eaab541 47f584bf
No related branches found
No related tags found
1 merge request!62Bump gem version to 0.9.0
Pipeline #1039903149 passed
...@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ...@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.9.0 (2023-10-17)
### Added (1 change)
- [Added ordering information to to `Character`](gitlab-org/ruby/gems/tanuki_emoji@c618fae04409067a38ddc454d3dfaee4678da520) ([merge request](gitlab-org/ruby/gems/tanuki_emoji!61))
## 0.8.0 (2023-09-15) ## 0.8.0 (2023-09-15)
### Changed (1 change) ### Changed (1 change)
......
PATH PATH
remote: . remote: .
specs: specs:
tanuki_emoji (0.8.0) tanuki_emoji (0.9.0)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
......
# frozen_string_literal: true # frozen_string_literal: true
module TanukiEmoji module TanukiEmoji
VERSION = "0.8.0" VERSION = "0.9.0"
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment