Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-foster committed Apr 26, 2024
1 parent a138d6f commit d13fd90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

_Nothing yet._

### 0.3.2 (2024-04-25)

* **Add**: Add `shared: true` option to several testing-related calls to enable shared storage of mocks and calls across process boundaries.
See the **Async and Sharing** section of the `GitHub.Testing` module documentation.
* **Fix**: Remove empty schemas that represented open map types.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the dependency in `mix.exs`:
```elixir
def deps do
[
{:oapi_github, "~> 0.3.1"}
{:oapi_github, "~> 0.3.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule GitHub.MixProject do
use Mix.Project

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

def project do
Expand Down

0 comments on commit d13fd90

Please sign in to comment.