Skip to content

Commit f2c8cad

Browse files
authored
Merge pull request #216 from kommitters/v0.8
Release v0.8.10
2 parents 05c6de5 + cfc2bb9 commit f2c8cad

5 files changed

Lines changed: 15 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- 'v*.[0-9]'
88
pull_request:
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
tests:
1215
name: Run tests

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

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.9"}
27+
{:stellar_base, "~> 0.8.10"}
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.9"
5+
@version "0.8.10"
66

77
def project do
88
[

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:semverAllMonthly"
5+
]
6+
}

0 commit comments

Comments
 (0)