Skip to content

Commit 6c18bff

Browse files
authored
Merge pull request #206 from kommitters/v0.8
Release v0.8.7
2 parents 16a6d0a + af177a3 commit 6c18bff

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: "Run analysis"
30-
uses: ossf/scorecard-action@865b4092859256271290c77adbd10a43f4779972 # tag=v2.0.3
30+
uses: ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # tag=v2.0.6
3131
with:
3232
results_file: results.sarif
3333
results_format: sarif

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.8.7 (31.10.2022)
4+
* Bump `ossf/scorecard-action` to v2.0.6.
5+
36
## 0.8.6 (31.10.2022)
47
* Fix wrong binary encoding in the `AssetCode12` module.
58

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You should only use **`stellar_base`** if you are planning to build on top of it
2424
```elixir
2525
def deps do
2626
[
27-
{:stellar_base, "~> 0.8.6"}
27+
{:stellar_base, "~> 0.8.7"}
2828
]
2929
end
3030
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule StellarBase.MixProject do
22
use Mix.Project
33

44
@github_url "https://github.com/kommitters/stellar_base"
5-
@version "0.8.6"
5+
@version "0.8.7"
66

77
def project do
88
[

0 commit comments

Comments
 (0)