hanami-cli 2.3.0 → 2.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d249cea2b03d5af4fa6ff0942f25dbe3d7f1d5e270a7394fc3389bc197bd25db
4
- data.tar.gz: 3b80a633266846dbf078b037b40c8387c75a00c33d703db4ea5fa5984786b2cb
3
+ metadata.gz: 6939575ae1e35a1e103d2d439b73080cb033f837ece81f4652e539dd7cf413fc
4
+ data.tar.gz: 9d94856acc062c3bdc0924a4c7dcfbf4badcd862b7d428a7e0e68e52aac8d46e
5
5
  SHA512:
6
- metadata.gz: 0b8ddb4a723343bcd936988680c8c279874663d94f442edec386d29611a164f05defdf88d4346e1b50670c1891365ff6dfc2f9551d3711d984045d3e81a59098
7
- data.tar.gz: '083efc0c155519462aa9ebd82575b265961b65ca784c9056cd29f82b3d9be23d53c43aab31d47bc8d73a7f2afe0b6c884ea3ee3c13ca8c0951d4ff76f896b64c'
6
+ metadata.gz: 5f7d591b5fbf9dd4bcaf1cbc3bf942fa93bb1f90526d05e72c5f21251ec402c9f536059184aab555ee5c80c6d51504f9c61b5a44d119fcc13e48f41149161276
7
+ data.tar.gz: becdd694c75f85bca07452647a67241cd9ca03a8d1095b23dd8e6202f41de41ec693332de1c1b7ea2ee434e7b3e4d9291bcb434adfea84b5d58db7f37b3d7ff0
data/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ Hanami Command Line Interface
4
4
 
5
5
  ## Unreleased
6
6
 
7
+ ## v2.3.1 - 2025-11-14
8
+
9
+ ### Fixed
10
+
11
+ - Fix stray wording in `README.md` in new apps. (@davidcelis in #368)
12
+
7
13
  ## v2.3.0 - 2025-11-12
8
14
 
9
15
  ### Added
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## Getting started
6
6
 
7
- - Set up the project up with `bin/setup`
7
+ - Set up the project with `bin/setup`
8
8
  - Run the server with `bin/dev`
9
9
  - View the app at [http://localhost:2300](http://localhost:2300)
10
10
  - Run the tests with `bundle exec rake`
@@ -6,6 +6,6 @@ module Hanami
6
6
  #
7
7
  # @api public
8
8
  # @since 2.0.0
9
- VERSION = "2.3.0"
9
+ VERSION = "2.3.1"
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hanami-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hanakai team