You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## major.minor.patch (yyyy.mm.dd)
9
9
10
-
## 0.2.0 (2024.12.xx)
10
+
## 0.2.0 (2024.12.14)
11
11
12
12
### Changed
13
13
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
* Default client, currently using [`Req`](https://hexdocs.pm/req).
19
19
*`Connection` module, which is taken from [`ExTypesense`](https://hexdocs.pm/ex_typesense) because someone requested for loading of credentials at runtime.
20
20
*`defstruct` in Modules `Debug`, `Documents` and `Stopwords` because it is throwing undefined struct error.
21
+
* Few descriptions in `priv/open_api.yml` for 4XX response.
0 commit comments