Packages

Semantic similarity testing for Elixir with the wave operator <~>

Current section

Files

Jump to
alike CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## [0.4.2](https://github.com/georgeguimaraes/alike/compare/v0.4.1...v0.4.2) (2026-02-17)
### Bug Fixes
* **ci:** chain hex-publish in release-please workflow ([39672de](https://github.com/georgeguimaraes/alike/commit/39672de7c543eb7c4ee1d9d52ba2cb8c33deae39))
### Miscellaneous
* **deps-dev:** bump credo from 1.7.15 to 1.7.16 ([#14](https://github.com/georgeguimaraes/alike/issues/14)) ([e01ecaa](https://github.com/georgeguimaraes/alike/commit/e01ecaa005dca795b44bee8dc9d70fe48a7b4d1c))
* **deps-dev:** bump ex_doc from 0.40.0 to 0.40.1 ([#15](https://github.com/georgeguimaraes/alike/issues/15)) ([cef467d](https://github.com/georgeguimaraes/alike/commit/cef467ddf6e711327ff47389aea7507752f16bd5))
* remove unused on-release workflow ([7bdd4f3](https://github.com/georgeguimaraes/alike/commit/7bdd4f381695df1127e3d7ac3e114c95ee066fa4))
## [0.4.1](https://github.com/georgeguimaraes/alike/compare/v0.4.0...v0.4.1) (2026-01-21)
### Bug Fixes
* mark release PR as tagged after successful release ([1f7a02f](https://github.com/georgeguimaraes/alike/commit/1f7a02fe3ceb98a36acb0f8ee20b96d0966271c5))
### Miscellaneous
* add Dependabot with daily updates ([8e433c2](https://github.com/georgeguimaraes/alike/commit/8e433c25ef2cdf3057883d86494751fc910e8c3c))
* **deps-dev:** bump credo from 1.7.14 to 1.7.15 ([#10](https://github.com/georgeguimaraes/alike/issues/10)) ([1226478](https://github.com/georgeguimaraes/alike/commit/12264786f50278858534078a99838ada728c3f9a))
* **deps-dev:** bump ex_doc from 0.39.3 to 0.40.0 ([#12](https://github.com/georgeguimaraes/alike/issues/12)) ([edfc5e2](https://github.com/georgeguimaraes/alike/commit/edfc5e21ac715b761aa8a0d6103dcbe049d27f5c))
* **deps:** bump actions/cache from 3 to 5 ([#7](https://github.com/georgeguimaraes/alike/issues/7)) ([8543e33](https://github.com/georgeguimaraes/alike/commit/8543e33ee1a774f51b018c5b535abf10198f1b30))
* **deps:** bump actions/checkout from 4 to 6 ([#8](https://github.com/georgeguimaraes/alike/issues/8)) ([3a0fd3b](https://github.com/georgeguimaraes/alike/commit/3a0fd3b10e61c4c66448f5ef8fbc8cef2b82fd04))
* **deps:** bump amannn/action-semantic-pull-request from 5 to 6 ([#9](https://github.com/georgeguimaraes/alike/issues/9)) ([55ad2ce](https://github.com/georgeguimaraes/alike/commit/55ad2ce5d511424b64e0bedffd7da1ed6d97ab00))
### Code Refactoring
* **ci:** use release-please for GitHub releases ([7c38392](https://github.com/georgeguimaraes/alike/commit/7c383924e97b526ddad294fa7f179d7eece04642))
### Continuous Integration
* Separate release workflow to run tests before publishing ([e581928](https://github.com/georgeguimaraes/alike/commit/e5819286217a7041e0734617e70617e5a4608f66))
* use shared workflows from georgeguimaraes/workflows ([21c6a39](https://github.com/georgeguimaraes/alike/commit/21c6a390e33d0551d751b5edbdcad61aca7ae103))
## [0.4.0](https://github.com/georgeguimaraes/alike/compare/v0.3.0...v0.4.0) (2025-12-28)
### Features
* Add Alike.start() and improve test performance ([0569732](https://github.com/georgeguimaraes/alike/commit/056973227d737f2a338e23ceb71c02ad76776b34))
## [0.3.0](https://github.com/georgeguimaraes/alike/compare/v0.2.0...v0.3.0) (2025-12-27)
### Features
* Add configurable embedding models ([b20f7f8](https://github.com/georgeguimaraes/alike/commit/b20f7f8f4443db9e62bcf61f6d267806b5ed2cda))
* Add model config map for Bumblebee compatibility ([62d358a](https://github.com/georgeguimaraes/alike/commit/62d358a95cc0ecc3e0454cf59f5f195e8c73cc9a))
### Bug Fixes
* Correct CI matrix configuration for model testing ([2b16513](https://github.com/georgeguimaraes/alike/commit/2b165137ceab85a75823746e754d6038aca6d78d))
* Refactor config tests to avoid global state modification ([ca28fb6](https://github.com/georgeguimaraes/alike/commit/ca28fb6e81d0c1622623910e872275e9613f69a1))
## [0.2.0](https://github.com/georgeguimaraes/alike/compare/v0.1.0...v0.2.0) (2025-12-22)
### Features
* initial public release ([ae9d560](https://github.com/georgeguimaraes/alike/commit/ae9d5602982fc44027e2a494c881296e30387cd6))