Skip to content

Commit

Permalink
setting up next release, 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sairamsrinivasan committed Jun 25, 2024
1 parent 40bcbc4 commit 25b4114
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.1.0 (Next)
* Your contribution here.

### 1.0.0 (2024/06/19)

* [#18](https://github.com/mongoid/mongoid-compatibility/pull/18): Test MongoDB 6 and 7 - [@saisrinivasan](https://github.com/SairamSrinivasan).
Expand Down
19 changes: 19 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,22 @@ Generally, `mongoid-compatibility` should be released with enthusiasm but care.
#=> Pushed git commits and tags.
#=> Pushed mongoid-compatibility 0.4.0 to rubygems.org.
```
## Prepare for the Next Version

Add the next release to [CHANGELOG.md](CHANGELOG.md).

```
### 1.1.0 (Next)

* Your contribution here.
```
Increment the minor version, modify [lib/mongoid/compatibility/self.rb](lib/mongoid/compatibility/self.rb').
Commit your changes.
```
git add CHANGELOG.md lib/mongoid/compatibility/self.rb'
git commit -m "Setting up next release, 1.1.0."
git push origin master
```
2 changes: 1 addition & 1 deletion lib/mongoid/compatibility/self.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Mongoid
module Compatibility
VERSION = '1.0.0'
VERSION = '1.1.0'
end
end

0 comments on commit 25b4114

Please sign in to comment.