Skip to content

Commit 7107051

Browse files
committed
Release 0.3.1
1 parent 00844e7 commit 7107051

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
_Nothing yet_
1111

12+
### 0.3.1 (2024-03-26)
13+
14+
* **Add**: Add `cache: false` option to `mock_gh/3` to disable result caching during testing.
15+
* **Fix**: Always return `pull: true` in generated repository permissions during testing.
16+
1217
## 0.3.0 (2024-03-08)
1318

1419
* **Breaking**: Thanks to advancements in the code generator (now using `0.1.0-rc.4`), the majority of responses and subfields are now correctly decoded.

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.0"}
25+
{:oapi_github, "~> 0.3.1"}
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.0"
4+
@version "0.3.1"
55
@source_url "https://github.com/aj-foster/open-api-github"
66

77
def project do

0 commit comments

Comments
 (0)