File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - ' v*.[0-9]'
88 pull_request :
99
10+ permissions :
11+ contents : read
12+
1013jobs :
1114 tests :
1215 name : Run tests
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.8.10 (27.12.2022)
4+ * Add Renovate as dependency update tool.
5+ * Add default permissions as read-only in the CI workflow.
6+
37## 0.8.9 (22.12.2022)
48* Harden GitHub Actions.
59
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ You should only use **`stellar_base`** if you are planning to build on top of it
2424``` elixir
2525def deps do
2626 [
27- {:stellar_base , " ~> 0.8.9 " }
27+ {:stellar_base , " ~> 0.8.10 " }
2828 ]
2929end
3030```
Original file line number Diff line number Diff 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.9 "
5+ @ version "0.8.10 "
66
77 def project do
88 [
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ " config:semverAllMonthly"
5+ ]
6+ }
You can’t perform that action at this time.
0 commit comments