Skip to content

Commit

Permalink
Merge pull request #92 from kommitters/v0.3
Browse files Browse the repository at this point in the history
Release v0.3.12
  • Loading branch information
juliandsg0222 committed Apr 26, 2024
2 parents f91962a + 94026e0 commit d2f1202
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:
fulcio.sigstore.dev:443
github.com:443
rekor.sigstore.dev:443
*.sigstore.dev:443
sigstore-tuf-root.storage.googleapis.com:443
oss-fuzz-build-logs.storage.googleapis.com:443
www.bestpractices.dev:443
- name: "Checkout code"
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.3.12 (25.04.2024)
* Fix workflow for scorecards. See [PR #90](https://github.com/kommitters/elixir_xdr/pull/90)

## 0.3.11 (25.04.2024)
* Add stale issues policy. See [PR #87](https://github.com/kommitters/elixir_xdr/pull/87)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ XDR is an open data format, specified in [RFC 4506](http://tools.ietf.org/html/r
```elixir
def deps do
[
{:elixir_xdr, "~> 0.3.11"}
{:elixir_xdr, "~> 0.3.12"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule XDR.MixProject do
use Mix.Project

@github_url "https://github.com/kommitters/elixir_xdr"
@version "0.3.11"
@version "0.3.12"

def project do
[
Expand Down

0 comments on commit d2f1202

Please sign in to comment.