tantiny-in-memory 1.0.4 → 1.0.5

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: 394b58fcf43fb76e1399d1c6192da2e2b552e4ebe95a61ed1b12bca76a5cf987
4
+ data.tar.gz: 39cc7c5148ca14ca0418f197e3868afd5afd8c127231956eeb962a7ac2495eb0
5
5
  SHA512:
6
- metadata.gz: 45c783ed568f5e80b4d5404fa2522be1302af450884ee52892b122427ded3cb1a8b5400e33f74490aebe6f7f871bf4470be9005b133c3356957bc9abb9432a68
7
- data.tar.gz: d21658335c9c33ac258f095f0ff30a11682482702bc7d69e52cc7eb3a7d160a15a9bff1d895f2e5de5f4a475df1f69eaa7afda17af04f1150e5963ba980153f4
6
+ metadata.gz: f92e4964da55a1c76a85a1518de4186e8608f507631424b5534a168e5f973551a5826c9385782b24b8cda3e349a249d22dec1841121dd8d4dc627eecc8c6d2c8
7
+ data.tar.gz: e9b3219aff630a6547b2c7069808377b8634ed6a0278640bd62af63e2960c16de4335ba274fcc1642bbf065a4a71f8bff62a20d641bb7e823f6752b6f56c729d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.5](https://github.com/a-chris/tantiny-in-memory/compare/v1.0.4...v1.0.5) (2023-09-04)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * run on ubuntu-20.04 due to error GLIBC_2.33 not found ([54d411f](https://github.com/a-chris/tantiny-in-memory/commit/54d411f793c4bc95a9e2f1844387b458008777f0))
9
+ * ubuntu-latest + rust 1.60.0 ([cd7dea0](https://github.com/a-chris/tantiny-in-memory/commit/cd7dea0f74a014331933319eac6925663ca26489))
10
+
3
11
  ## [1.0.4](https://github.com/a-chris/tantiny-in-memory/compare/v1.0.3...v1.0.4) (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.4" # {x-release-please-version}
3
+ version = "1.0.5" # {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.5" # {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.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Toscano