Skip to content

Commit

Permalink
chore(main): release 2.2.0 (#37)
Browse files Browse the repository at this point in the history
An automated release has been created for you.
---


## [2.2.0](v2.1.1...v2.2.0)
(2024-03-13)


### Features

* SIGNAL-5811 add time interval bucket feature to ThrottleAndTimed and
make loop_interval optional
([#39](#39))
([3d48d04](3d48d04))


### Miscellaneous

* Sync files with stordco/common-config-elixir
([#27](#27))
([d7cffde](d7cffde))
* Sync files with stordco/common-config-elixir
([#38](#38))
([c127668](c127668))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
stord-engineering-account authored Mar 13, 2024
1 parent c127668 commit 775886d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.1.1"
".": "2.2.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.2.0](https://github.com/stordco/buffy/compare/v2.1.1...v2.2.0) (2024-03-13)


### Features

* SIGNAL-5811 add time interval bucket feature to ThrottleAndTimed and make loop_interval optional ([#39](https://github.com/stordco/buffy/issues/39)) ([3d48d04](https://github.com/stordco/buffy/commit/3d48d04a3b25ffb8209a79c65926c1f4a8f4debe))


### Miscellaneous

* Sync files with stordco/common-config-elixir ([#27](https://github.com/stordco/buffy/issues/27)) ([d7cffde](https://github.com/stordco/buffy/commit/d7cffdeb910491418afdd21ff8fa12e96bb00c94))
* Sync files with stordco/common-config-elixir ([#38](https://github.com/stordco/buffy/issues/38)) ([c127668](https://github.com/stordco/buffy/commit/c1276688bfe69481abd7b6559453a6653cbc99a6))

## [2.1.1](https://github.com/stordco/buffy/compare/v2.1.0...v2.1.1) (2023-12-18)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Just add [`buffy`](https://hex.pm/packages/buffy) to your `mix.exs` file like so
```elixir
def deps do
[
{:buffy, "~> 2.1.1"}
{:buffy, "~> 2.2.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Buffy.MixProject do
app: :buffy,
name: "Buffy",
description: "Buffy the Process Slayer",
version: "2.1.1",
version: "2.2.0",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 775886d

Please sign in to comment.