Skip to content

Commit 63d72d3

Browse files
committed
release:prepare 0.1.2
1 parent dc59f4b commit 63d72d3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ The format is based on Keep a Changelog, and the project follows Semantic Versio
88

99
## [Unreleased]
1010

11+
## [0.1.2] - 2026-04-03
12+
13+
This release rolls up upstream-alignment work and correctness fixes that may change default embedding behavior for some model adapters compared with `0.1.1`. Users who need strict reproducibility across versions should review the model-specific changes below and pin explicit options where needed.
14+
1115
### Changed
1216

1317
- Standardised NumPy docstrings across all public functions and classes in `export.py`, `inspect.py`, `writers.py`, and the `tools/` and `providers/` layers. No behaviour changes.
@@ -65,6 +69,7 @@ The format is based on Keep a Changelog, and the project follows Semantic Versio
6569
- Support for on-the-fly model adapters including `satmae`, `satmaepp`, `satmaepp_s2_10b`, `prithvi`, `scalemae`, `remoteclip`, `dofa`, `satvision`, `anysat`, `galileo`, `wildsat`, `fomo`, `terramind`, `terrafm`, `thor`, and `agrifm`.
6670
- Documentation site covering quickstart, model behavior, API contracts, and extension guidance.
6771

68-
[Unreleased]: https://github.com/cybergis/rs-embed/compare/v0.1.1...HEAD
72+
[Unreleased]: https://github.com/cybergis/rs-embed/compare/v0.1.2...HEAD
73+
[0.1.2]: https://github.com/cybergis/rs-embed/releases/tag/v0.1.2
6974
[0.1.1]: https://github.com/cybergis/rs-embed/releases/tag/v0.1.1
7075
[0.1.0]: https://github.com/cybergis/rs-embed/releases/tag/v0.1.0

src/rs_embed/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)