tokenizers 0.2.0-x86_64-darwin

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 29715d905fa9250ab01f51af506ca999f3a5a8a56509aa54117bf6b810325793
4
+ data.tar.gz: a600d1648f4ac4267c4b776a0173af843c53974511b1017dc88958a78a6292b8
5
+ SHA512:
6
+ metadata.gz: e66244e85a4688a6144e07371fb5a71f614ee50849ebafdef1b168d96aa2650fa05643b149cb7019aa6c1e6b45900b5505180910565574b098cb5d05447d3dd8
7
+ data.tar.gz: 8adef43a606680f6d32895eafd5722052ffebe63097ee03cf714fe321212b710360700717799bc9c0eb37ec8b973322cb28508d315d9d0829d78be29ec58e162
data/CHANGELOG.md ADDED
@@ -0,0 +1,22 @@
1
+ ## 0.2.0 (2022-12-11)
2
+
3
+ - Added precompiled gems for Linux x86-64 and Mac
4
+ - Switched to `rb_sys` gem for building extension
5
+ - Updated Tokenizers to 0.13.2
6
+ - Updated Rust edition to 2021
7
+
8
+ ## 0.1.3 (2022-10-06)
9
+
10
+ - Updated Tokenizers to 0.13.1
11
+
12
+ ## 0.1.2 (2022-09-08)
13
+
14
+ - Fixed error with installation on Linux
15
+
16
+ ## 0.1.1 (2022-06-29)
17
+
18
+ - Fixed error with installation
19
+
20
+ ## 0.1.0 (2022-03-19)
21
+
22
+ - First release