tantiny-in-memory 1.0.4 → 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: 47fed52773afcb7eedfc62ec2413932cf61ced9029aacfd8ec2e36149b1df953
4
- data.tar.gz: c2c76a7b5993d077dad3e8088d839f7ea2d19af43cdff72586a6fbec4f4e7383
3
+ metadata.gz: d7093accadbcf024c32015cc56018e1223afe46dc9b48bbaa8cde1d51ca06adb
4
+ data.tar.gz: ca1998f6556cfaacffde8ac61c4cf289103089678653d18c3b9dfd328099a2c4
5
5
  SHA512:
6
- metadata.gz: 45c783ed568f5e80b4d5404fa2522be1302af450884ee52892b122427ded3cb1a8b5400e33f74490aebe6f7f871bf4470be9005b133c3356957bc9abb9432a68
7
- data.tar.gz: d21658335c9c33ac258f095f0ff30a11682482702bc7d69e52cc7eb3a7d160a15a9bff1d895f2e5de5f4a475df1f69eaa7afda17af04f1150e5963ba980153f4
6
+ metadata.gz: f544440e33ffb089e3838b2dc65dc53fc88953502c9ab79efcf61af8252f1343610b311681f404cbc4105361ea598eeb86c1078ff88fdceafc6b32435bd2c2ff
7
+ data.tar.gz: 94e201b144960f261d31fd8d7f69fcfc451a3e01eff10e113f9f5ede744492ba14d55e28f90ea9355885d836ca514a921da4af3314e557bf42545095b49316bc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
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
+
11
+ ## [1.0.5](https://github.com/a-chris/tantiny-in-memory/compare/v1.0.4...v1.0.5) (2023-09-04)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * run on ubuntu-20.04 due to error GLIBC_2.33 not found ([54d411f](https://github.com/a-chris/tantiny-in-memory/commit/54d411f793c4bc95a9e2f1844387b458008777f0))
17
+ * ubuntu-latest + rust 1.60.0 ([cd7dea0](https://github.com/a-chris/tantiny-in-memory/commit/cd7dea0f74a014331933319eac6925663ca26489))
18
+
3
19
  ## [1.0.4](https://github.com/a-chris/tantiny-in-memory/compare/v1.0.3...v1.0.4) (2023-09-04)
4
20
 
5
21
 
data/Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "tantiny"
3
- version = "1.0.4" # {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.4" # {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.4
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Toscano