Skip to content

Commit d13fd90

Browse files
committed
Release 0.3.2
1 parent a138d6f commit d13fd90

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
_Nothing yet._
11+
12+
### 0.3.2 (2024-04-25)
13+
1014
* **Add**: Add `shared: true` option to several testing-related calls to enable shared storage of mocks and calls across process boundaries.
1115
See the **Async and Sharing** section of the `GitHub.Testing` module documentation.
1216
* **Fix**: Remove empty schemas that represented open map types.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the dependency in `mix.exs`:
2222
```elixir
2323
def deps do
2424
[
25-
{:oapi_github, "~> 0.3.1"}
25+
{:oapi_github, "~> 0.3.2"}
2626
]
2727
end
2828
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule GitHub.MixProject do
22
use Mix.Project
33

4-
@version "0.3.1"
4+
@version "0.3.2"
55
@source_url "https://github.com/aj-foster/open-api-github"
66

77
def project do

0 commit comments

Comments
 (0)