Skip to content

Commit

Permalink
Merge pull request #156 from kommitters/v0.20
Browse files Browse the repository at this point in the history
Release v0.20.1
  • Loading branch information
juliandsg0222 authored Apr 25, 2024
2 parents d54f822 + cf93d91 commit ad1e369
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.20.1 (25.04.2024)

- Add stale issues policy. See [PR #154](https://github.com/kommitters/soroban.ex/pull/154)

## 0.20.0 (07.03.2024)

- Add Soroban.RPC.Server and network_passphrase configuration. Apply changes from `stellar_sdk` v0.21.0. See [Issue #149](https://github.com/kommitters/soroban.ex/issues/149).
Expand Down
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ At this point, you're waiting on us. We like to at least comment on pull request
business days (typically, one business day). We may suggest some changes, improvements or
alternatives.

# Stale issues

To ensure that our issue tracker remains organized and relevant, we have implemented a policy for handling Stale issues. Please review the following guidelines:

1. **Marking as Stale**: Issues will be automatically marked as **Stale** after 60 days of inactivity.
2. **Closing Stale Issues**: After an issue has been marked as Stale, a comment will be posted on the issue indicating that it will be closed if there is no further activity or information provided within a specified period.

Thank you for helping us maintain a clean and efficient issue tracker!

## Resources

- [How to Contribute to Open Source][oss-how-to]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
```elixir
def deps do
[
{:soroban, "~> 0.20.0"}
{:soroban, "~> 0.20.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Soroban.MixProject do
use Mix.Project

@version "0.20.0"
@version "0.20.1"
@github_url "https://github.com/kommitters/soroban.ex"

def project do
Expand Down

0 comments on commit ad1e369

Please sign in to comment.