From 1595294d5a0a2afdae2ccc33f360fe002bad944e Mon Sep 17 00:00:00 2001 From: Bruno Sedler Date: Wed, 17 Jul 2024 09:11:53 +0200 Subject: [PATCH] Prepare release --- CHANGELOG.md | 9 ++++++++- Gemfile.lock | 2 +- lib/geordi/version.rb | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86e4675..748923c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 8e538f8..6ef6969 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - geordi (10.0.1) + geordi (10.1.0) thor (~> 1) GEM diff --git a/lib/geordi/version.rb b/lib/geordi/version.rb index 3fd97d0..71728a9 100644 --- a/lib/geordi/version.rb +++ b/lib/geordi/version.rb @@ -1,3 +1,3 @@ module Geordi - VERSION = '10.0.1'.freeze + VERSION = '10.1.0'.freeze end