Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosedler committed Jul 17, 2024
1 parent 5995068 commit 1595294
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,22 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

### Compatible changes

### Breaking changes


# 10.1.0 2024-07-17

### Compatible changes

* `tests`-command: When paths to cucumber and rspec tests are passed as arguments both cucumber and rspec are run.

### Breaking changes

# 10.0.1 2024-05-23

### Compatible changes
* `dump`-command: The dropdb and createdb commands now also mind the configuration in the database.yml.


# 10.0.0 2024-03-07

### Compatible changes
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:
geordi (10.0.1)
geordi (10.1.0)
thor (~> 1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/geordi/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Geordi
VERSION = '10.0.1'.freeze
VERSION = '10.1.0'.freeze
end

0 comments on commit 1595294

Please sign in to comment.