We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fde17f commit 240aa8bCopy full SHA for 240aa8b
2 files changed
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## major.minor.patch (yyyy.mm.dd)
9
10
+## 1.0.1 (2025.06.06)
11
+
12
+### Fixed
13
14
+* Typespecs for Documents and Stemmings. See [`ex_typesense` issue](https://github.com/jaeyson/ex_typesense/issues/80)
15
16
## 1.0.0 (2025.05.31)
17
18
### Changed
mix.exs
@@ -3,7 +3,7 @@ defmodule OpenApiTypesense.MixProject do
3
4
@source_url "https://github.com/jaeyson/open_api_typesense"
5
@hex_url "https://hexdocs.pm/open_api_typesense"
6
- @version "1.0.0"
+ @version "1.0.1"
def project do
[
0 commit comments