Skip to content

Commit

Permalink
Prepare release 1.0.0 (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeFnord authored Feb 16, 2023
1 parent 4e12353 commit 6267db4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@
#### Fixes

* Your contribution here.
* [#371](https://github.com/ruby-grape/grape-entity/pull/371): Allow default exposed value to be `false` or any empty data - [@norydev](https://github.com/norydev).


### ### 1.0.0 (2023-02-16)

#### Fixes

**Breaking change:**
* [#352](https://github.com/ruby-grape/grape-entity/pull/369): Remove `FetchableObject` behavior. - [@danielvdao](https://github.com/danielvdao).
* [#371](https://github.com/ruby-grape/grape-entity/pull/371): Allow default exposed value to be `false` or any empty data - [@norydev](https://github.com/norydev).


### 0.10.2 (2022-07-29)

Expand Down
4 changes: 2 additions & 2 deletions grape-entity.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Gem::Specification.new do |s|
s.name = 'grape-entity'
s.version = GrapeEntity::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ['Michael Bleigh']
s.email = ['[email protected]']
s.authors = ['LeFnord', 'Michael Bleigh']
s.email = ['[email protected]', '[email protected]']
s.homepage = 'https://github.com/ruby-grape/grape-entity'
s.summary = 'A simple facade for managing the relationship between your model and API.'
s.description = 'Extracted from Grape, A Ruby framework for rapid API development with great conventions.'
Expand Down
2 changes: 1 addition & 1 deletion lib/grape_entity/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GrapeEntity
VERSION = '0.10.2'
VERSION = '1.0.0'
end

0 comments on commit 6267db4

Please sign in to comment.