Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby-grape/grape-swagger-entity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.2
Choose a base ref
...
head repository: ruby-grape/grape-swagger-entity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on May 9, 2025

  1. Preparing for next developer iteration, 0.6.3.

    numbata committed May 9, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    numbata Andrei Subbota
    Copy the full SHA
    40b1908 View commit details
Showing with 11 additions and 2 deletions.
  1. +10 −1 CHANGELOG.md
  2. +1 −1 lib/grape-swagger/entity/version.rb
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
### 0.6.2 (2025/05/10)
### 0.6.3 (Next)

#### Features

* Your contribution here.

#### Fixes

* Your contribution here.

### 0.6.2 (2025/05/10)

#### Fixes

2 changes: 1 addition & 1 deletion lib/grape-swagger/entity/version.rb
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@

module GrapeSwagger
module Entity
VERSION = '0.6.2'
VERSION = '0.6.3'
end
end