tantiny-in-memory 1.0.5 → 1.0.6

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: 394b58fcf43fb76e1399d1c6192da2e2b552e4ebe95a61ed1b12bca76a5cf987
4
- data.tar.gz: 39cc7c5148ca14ca0418f197e3868afd5afd8c127231956eeb962a7ac2495eb0
3
+ metadata.gz: d7093accadbcf024c32015cc56018e1223afe46dc9b48bbaa8cde1d51ca06adb
4
+ data.tar.gz: ca1998f6556cfaacffde8ac61c4cf289103089678653d18c3b9dfd328099a2c4
5
5
  SHA512:
6
- metadata.gz: f92e4964da55a1c76a85a1518de4186e8608f507631424b5534a168e5f973551a5826c9385782b24b8cda3e349a249d22dec1841121dd8d4dc627eecc8c6d2c8
7
- data.tar.gz: e9b3219aff630a6547b2c7069808377b8634ed6a0278640bd62af63e2960c16de4335ba274fcc1642bbf065a4a71f8bff62a20d641bb7e823f6752b6f56c729d
6
+ metadata.gz: f544440e33ffb089e3838b2dc65dc53fc88953502c9ab79efcf61af8252f1343610b311681f404cbc4105361ea598eeb86c1078ff88fdceafc6b32435bd2c2ff
7
+ data.tar.gz: 94e201b144960f261d31fd8d7f69fcfc451a3e01eff10e113f9f5ede744492ba14d55e28f90ea9355885d836ca514a921da4af3314e557bf42545095b49316bc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.6](https://github.com/a-chris/tantiny-in-memory/compare/v1.0.5...v1.0.6) (2023-09-04)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * pending tests ([8023f17](https://github.com/a-chris/tantiny-in-memory/commit/8023f1744da2e88ba43e421f400f64aaf1abe4a2))
9
+ * re-add ruby 3.1 & 3.2 ([1529742](https://github.com/a-chris/tantiny-in-memory/commit/15297425068d0c1281830947b3bf19f7d53dc162))
10
+
3
11
  ## [1.0.5](https://github.com/a-chris/tantiny-in-memory/compare/v1.0.4...v1.0.5) (2023-09-04)
4
12
 
5
13
 
data/Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "tantiny"
3
- version = "1.0.5" # {x-release-please-version}
3
+ version = "1.0.6" # {x-release-please-version}
4
4
  edition = "2021"
5
5
  authors = ["Christian Toscano"]
6
6
  repository = "https://github.com/a-chris/tantiny-in-memory"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tantiny
4
- VERSION = "1.0.5" # {x-release-please-version}
4
+ VERSION = "1.0.6" # {x-release-please-version}
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tantiny-in-memory
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Toscano