File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ _ Nothing yet._
11
+
12
+ ### 0.3.2 (2024-04-25)
13
+
10
14
* ** Add** : Add ` shared: true ` option to several testing-related calls to enable shared storage of mocks and calls across process boundaries.
11
15
See the ** Async and Sharing** section of the ` GitHub.Testing ` module documentation.
12
16
* ** Fix** : Remove empty schemas that represented open map types.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the dependency in `mix.exs`:
22
22
``` elixir
23
23
def deps do
24
24
[
25
- {:oapi_github , " ~> 0.3.1 " }
25
+ {:oapi_github , " ~> 0.3.2 " }
26
26
]
27
27
end
28
28
```
Original file line number Diff line number Diff line change 1
1
defmodule GitHub.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.3.1 "
4
+ @ version "0.3.2 "
5
5
@ source_url "https://github.com/aj-foster/open-api-github"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments