tantiny-in-memory 1.0.3 → 1.0.4

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: 3de6fee32c4674987991d2ea7aea0e7ea7634383a9850ae3370e154fe66ed390
4
- data.tar.gz: 05b56cdb93baac1d9f229a95274cde3c9be0ffc590c049f26a264089fb9bea7d
3
+ metadata.gz: 47fed52773afcb7eedfc62ec2413932cf61ced9029aacfd8ec2e36149b1df953
4
+ data.tar.gz: c2c76a7b5993d077dad3e8088d839f7ea2d19af43cdff72586a6fbec4f4e7383
5
5
  SHA512:
6
- metadata.gz: 87cefeaa2437ccfa064dd83100751bf2286d96228281d48d26f43a7d46db58d9d2716da435ae77ccd5e77c4315d07b0916296229ee9a93f72fd24b37b77c83e2
7
- data.tar.gz: 2b94726aa14f1b1c46bafcaf4acb0b8198c7657b76d61f4b1a88fb9d264532ca9f17b6367d62ea7a238b2dc29af90e6c991bfbc083cb419b5991e687c1c5cc80
6
+ metadata.gz: 45c783ed568f5e80b4d5404fa2522be1302af450884ee52892b122427ded3cb1a8b5400e33f74490aebe6f7f871bf4470be9005b133c3356957bc9abb9432a68
7
+ data.tar.gz: d21658335c9c33ac258f095f0ff30a11682482702bc7d69e52cc7eb3a7d160a15a9bff1d895f2e5de5f4a475df1f69eaa7afda17af04f1150e5963ba980153f4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.4](https://github.com/a-chris/tantiny-in-memory/compare/v1.0.3...v1.0.4) (2023-09-04)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * cargo edition 2021 ([fe5cd8c](https://github.com/a-chris/tantiny-in-memory/commit/fe5cd8cb264761026a9092ec8e2ac7cc674145de))
9
+ * update cargo settings ([9744782](https://github.com/a-chris/tantiny-in-memory/commit/97447825d437c44332c66334bc3e070afec23913))
10
+
3
11
  ## [1.0.3](https://github.com/a-chris/tantiny-in-memory/compare/v1.0.2...v1.0.3) (2023-09-04)
4
12
 
5
13
 
data/Cargo.toml CHANGED
@@ -1,9 +1,9 @@
1
1
  [package]
2
2
  name = "tantiny"
3
- version = "1.0.3" # {x-release-please-version}
3
+ version = "1.0.4" # {x-release-please-version}
4
4
  edition = "2021"
5
- authors = ["Alexander Baygeldin"]
6
- repository = "https://github.com/baygeldin/tantiny"
5
+ authors = ["Christian Toscano"]
6
+ repository = "https://github.com/a-chris/tantiny-in-memory"
7
7
 
8
8
  [lib]
9
9
  crate-type = ["cdylib"]
@@ -17,4 +17,4 @@ paste = "1.0"
17
17
  [package.metadata.thermite]
18
18
  github_releases = true
19
19
  github_release_type = "latest"
20
- git_tag_regex = "^v(\\d+\\.\\d+\\.\\d+)$"
20
+ git_tag_regex = "^v(\\d+\\.\\d+\\.\\d+)$"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tantiny
4
- VERSION = "1.0.3" # {x-release-please-version}
4
+ VERSION = "1.0.4" # {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.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Toscano