Skip to content

Commit

Permalink
Merge pull request #281 from kommitters/v0.19
Browse files Browse the repository at this point in the history
Release v0.19.1
  • Loading branch information
juliandsg0222 authored Apr 25, 2024
2 parents 3604fcd + e77fc10 commit 99e6dd9
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.19.1 (25.04.2024)

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

## 0.19.0 (01.02.2023)

- Added [YAML Continuation command](https://github.com/kommitters/kadena.ex/issues/209)
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 @@ -27,7 +27,7 @@ Add `kadena` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:kadena, "~> 0.19.0"}
{:kadena, "~> 0.19.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 Kadena.MixProject do
use Mix.Project

@version "0.19.0"
@version "0.19.1"
@github_url "https://github.com/kommitters/kadena.ex"

def project do
Expand Down

0 comments on commit 99e6dd9

Please sign in to comment.