tokenizers 0.2.0-x86_64-linux

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: 13565f431b2308d8611a5b90036f3d24ff0782f9c3be02da84e77815a74e0292
4
+ data.tar.gz: 5e70e514d4824399671737d0ea1bf0d3c0762e26ccb623ebfb289943837f22d5
5
+ SHA512:
6
+ metadata.gz: 3659f6520a849f2ae7f23bdf8ba8e0b5a7db92e8fefba4976ccd08ef758d2c73c3660c240cf3b849f81b406a8cd25d223d58085f11acb1360a48c42944633f47
7
+ data.tar.gz: 3eede70496f2e756536e1caeb237a74b391577f86807d9d9265a35d280ddc4d3450bf842d491a6bf59437cc412bedb3fee49d7d8308b93842be0b2f046c0d6d3
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