Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lecoqlibre committed Apr 9, 2024
1 parent b11cda4 commit cfbd8f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1] - 2024-04-09

### Fixed

- Objects can be compared to `nil` with `==`.
Expand Down Expand Up @@ -68,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- License and readme files.
- Gemspec file.

[unreleased]: https://github.com/assemblee-virtuelle/semantizer-ruby/compare/v1.1.0...HEAD
[unreleased]: https://github.com/assemblee-virtuelle/semantizer-ruby/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/assemblee-virtuelle/semantizer-ruby/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/assemblee-virtuelle/semantizer-ruby/compare/v1.0.5...v1.1.0
[1.0.5]: https://github.com/assemblee-virtuelle/semantizer-ruby/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/assemblee-virtuelle/semantizer-ruby/compare/v1.0.3...v1.0.4
Expand Down
2 changes: 1 addition & 1 deletion semantizer.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "virtual_assembly-semantizer"
s.version = "1.1.0"
s.version = "1.1.1"
s.summary = "Semantizer"
s.description = "A library to add linked data to your models"
s.authors = ["Maxime Lecoq"]
Expand Down

0 comments on commit cfbd8f1

Please sign in to comment.