Skip to content

Commit 70d42c2

Browse files
committed
chore: bump version to 0.8.0
bump the version number to 0.8.0 in preparation for new release.
1 parent 05ce9cd commit 70d42c2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.0] - 2024-02-05
11+
12+
### Added
13+
14+
- Support / Tests for Ruby 3.3 (thanks to [@sandbergja](https://github.com/sandbergja))
15+
1016
## [0.7.0] - 2023-03-08
1117

1218
### Added

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
human_languages (0.7.0)
4+
human_languages (0.8.0)
55

66
GEM
77
remote: https://rubygems.org/

lib/languages/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Languages
4-
VERSION = '0.7.0'
4+
VERSION = '0.8.0'
55
end

0 commit comments

Comments
 (0)