Skip to content

Commit

Permalink
v3.0.0 (#175)
Browse files Browse the repository at this point in the history
* Add v2.0.1 changelog

* Add link to v3.0.0 changelog

* Update copyright years

* Bump version
  • Loading branch information
bolshakov committed Apr 2, 2024
1 parent d93c620 commit 6b1f86e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.0.0

See full changelog here: https://github.com/bolshakov/fear/releases/tag/v3.0.0

## 2.0.1

* Fix Fear.option yard signature ([@bolshakov])

## 2.0.0

* Added `Fear::Option#present?` and `Fear::Option#empty?` methods ([@Lokideos][])
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:
fear (2.0.1)
fear (3.0.0)
zeitwerk

GEM
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015-2019 Tema Bolshakov
Copyright (c) 2015-2024 Tëma Bolshakov

MIT License

Expand Down
2 changes: 1 addition & 1 deletion lib/fear/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module Fear
VERSION = "2.0.1"
VERSION = "3.0.0"
public_constant :VERSION
end

0 comments on commit 6b1f86e

Please sign in to comment.