coelacanth 0.3.7 → 0.3.9

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: a9cde2dc7423280f6c872e9f63ba42391d42a6fc34692424b32fe634b9661089
4
- data.tar.gz: 133f914a1596ac1630050c6a070629260958ed45d2a086ea3ae29752816c6048
3
+ metadata.gz: add16c940fac675d2b5fa56866298362c0fa6a3114eb6073887e5689d4c85615
4
+ data.tar.gz: cd63d6e531d323c7c9d524f06d1c072331f1dad795afaf04b0440b0b2315960d
5
5
  SHA512:
6
- metadata.gz: d5faecc2919b8dc5b38b1b35df2b7bfb243ce22342aa7689f6b8e27de7bcf4c9cee43eb14d8231a9efde8df7822c129026aedc3e87a399dc878a76134ce30e34
7
- data.tar.gz: bef880be3dca56cab95599f57999a74de692d75e6816b161a8c75ebf6d62234e4b087494377daba4bd1c96c93c662f3ce30372a408359db7e68fd03869ecde53
6
+ metadata.gz: 5af74f841104e39c8d67e05f0ef0b0f91f9f2a989be871ea1f4d0d7477cf522b438caf50831617d7efae11b2b9388685616b7b68d21f55b363db1a7937d9f540
7
+ data.tar.gz: 4577b2d485b862175f3ae82de24d4e84a3efe8ffe860285a46926ec8fb305c3471e6637676ec209297d9bbdc220ee8f4d4a09782f68034d785f2537e213ec361
data/CHANGELOG.md ADDED
@@ -0,0 +1,14 @@
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+ ## [v0.3.9] - 2025-05-27
8
+ ### :bug: Bug Fixes
9
+ - [`2fae729`](https://github.com/slidict/coelacanth/commit/2fae729f3daf5c21fc5125da9fd2ee93cd13b749) - gem-push.yml *(commit by [@yubele](https://github.com/yubele))*
10
+
11
+ ### :wrench: Chores
12
+ - [`82b605c`](https://github.com/slidict/coelacanth/commit/82b605c0e2f3ece1846b2d9c40350d257566b18d) - bumpversion *(commit by [@yubele](https://github.com/yubele))*
13
+
14
+ [v0.3.9]: https://github.com/slidict/coelacanth/compare/v0.3.8...v0.3.9
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Coelacanth
4
- VERSION = "0.3.7"
4
+ VERSION = "0.3.9"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coelacanth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yusuke
@@ -20,6 +20,7 @@ extra_rdoc_files: []
20
20
  files:
21
21
  - ".rspec"
22
22
  - ".rubocop.yml"
23
+ - CHANGELOG.md
23
24
  - CODE_OF_CONDUCT.md
24
25
  - Dockerfile
25
26
  - Gemfile