Skip to content

Commit

Permalink
chore: bump version to 0.8.0
Browse files Browse the repository at this point in the history
bump the version number to 0.8.0 in preparation for new release.
  • Loading branch information
bbenno committed Feb 5, 2024
1 parent 05ce9cd commit 70d42c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.0] - 2024-02-05

### Added

- Support / Tests for Ruby 3.3 (thanks to [@sandbergja](https://github.com/sandbergja))

## [0.7.0] - 2023-03-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
human_languages (0.7.0)
human_languages (0.8.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/languages/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Languages
VERSION = '0.7.0'
VERSION = '0.8.0'
end

0 comments on commit 70d42c2

Please sign in to comment.