Skip to content

Commit 9e0aeb7

Browse files
chore: release 0.1.7 (#27)
1 parent d2df8f2 commit 9e0aeb7

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.6"
2+
".": "0.1.7"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
11
# Changelog
2+
3+
## [0.1.7](https://github.com/elixir-nx/hnswlib/compare/v0.1.6...v0.1.7) (2026-01-13)
4+
5+
6+
### Features
7+
8+
* Add automated release workflow ([#24](https://github.com/elixir-nx/hnswlib/issues/24)) ([0c642e0](https://github.com/elixir-nx/hnswlib/commit/0c642e0867ab65c0593fb131ddce615f47416c30))
9+
10+
11+
### Miscellaneous
12+
13+
* added [@type](https://github.com/type) and @TypeDoc for `HNSWLib.{Index,BFIndex}` ([#26](https://github.com/elixir-nx/hnswlib/issues/26)) ([cda3a6e](https://github.com/elixir-nx/hnswlib/commit/cda3a6e9ae9ee989b7f89f437efa034d359ea0c2))
14+
* Fix ex_doc env and bump to 0.1.7-dev ([ad9eeef](https://github.com/elixir-nx/hnswlib/commit/ad9eeef1377fc7874e0d8f3af67123f73a34db3d))
15+
* Fix JSON formatting in release-please config ([d2df8f2](https://github.com/elixir-nx/hnswlib/commit/d2df8f2db4d1b642c84626b5ea43cc2c769339e0))
16+
* Modify release-please configuration settings ([dceb18b](https://github.com/elixir-nx/hnswlib/commit/dceb18bfea694bde072d2a7ec8204d590a757a85))
17+
18+
19+
### Documentation
20+
21+
* Add RELEASING.md ([ae303b4](https://github.com/elixir-nx/hnswlib/commit/ae303b4b605b1174fed663e6b5663c8dd0c4991c))
22+
23+
## Changelog

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule HNSWLib.MixProject do
22
use Mix.Project
33

4-
@version "0.1.6"
4+
@version "0.1.7"
55
@github_url "https://github.com/elixir-nx/hnswlib"
66

77
def project do

0 commit comments

Comments
 (0)