asimov.py 26.0.0.dev0__tar.gz → 26.0.0.dev1__tar.gz

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.
@@ -0,0 +1,4 @@
1
+ # See: https://mise.jdx.dev/environments/
2
+
3
+ [env]
4
+ _.file = '.env'
@@ -0,0 +1,2 @@
1
+ Cargo.lock linguist-generated -diff
2
+ uv.lock linguist-generated -diff
@@ -0,0 +1 @@
1
+ * @artob
@@ -38,3 +38,11 @@ dist/
38
38
 
39
39
  # MkDocs artifacts
40
40
  .cache/
41
+
42
+ # Maturin artifacts
43
+ src/asimov/*.so
44
+
45
+ # Rust artifacts
46
+ /rust-toolchain
47
+ /rust-toolchain.toml
48
+ /target
@@ -0,0 +1 @@
1
+ 3.14
@@ -5,4 +5,6 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## 26.0.0.dev1 - 2026-02-02
9
+
8
10
  ## 26.0.0.dev0 - 2026-02-01