Skip to content

Commit

Permalink
Prepare for release v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Odraxs committed Jul 12, 2024
1 parent c574834 commit 8bf6864
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.15.1 (12.07.2024)

* [Update soroban transaction meta type](https://github.com/kommitters/stellar_base/issues/302).
* Update dependencies.
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/cache](https://togithub.com/actions/cache) | action | major | `v3.3.1` -> `v4.0.2` |
| [actions/checkout](https://togithub.com/actions/checkout) | action | minor | `v4.0.0` -> `v4.1.7` |
| [actions/upload-artifact](https://togithub.com/actions/upload-artifact) | action | major | `v3.1.3` -> `v4.3.4` |
| [erlef/setup-elixir](https://togithub.com/erlef/setup-elixir) | action | minor | `v1.16.0` -> `v1.18.0` |
| [ex_doc](https://hex.pm/packages/ex_doc) | | minor | `~> 0.30` -> `~> 0.34` |
| [excoveralls](https://hex.pm/packages/excoveralls) | | minor | `~> 0.17` -> `~> 0.18.1` |
| [github/codeql-action](https://togithub.com/github/codeql-action) | action | major | `v2.21.5` -> `v3.25.12` |
| [ossf/scorecard-action](https://togithub.com/ossf/scorecard-action) | action | minor | `v2.2.0` -> `v2.3.3` |
| [step-security/harden-runner](https://togithub.com/step-security/harden-runner) | action | minor | `v2.5.1` -> `v2.8.1` |

## 0.15.0 (20.12.2023)

* [Support stable Protocol 20 release](https://github.com/kommitters/stellar_base/issues/295).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You should only use **`stellar_base`** if you are planning to build on top of it
```elixir
def deps do
[
{:stellar_base, "~> 0.15.0"}
{:stellar_base, "~> 0.15.1"}
]
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 StellarBase.MixProject do
use Mix.Project

@github_url "https://github.com/kommitters/stellar_base"
@version "0.15.0"
@version "0.15.1"

def project do
[
Expand Down

0 comments on commit 8bf6864

Please sign in to comment.