Skip to content

Commit fa18b5d

Browse files
committed
chore(main): release 0.7.3
1 parent c2c89ae commit fa18b5d

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.2"
2+
".": "0.7.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ complete changelog, see the git history for each version via the version links.
77

88
[hex package page]: https://hex.pm/packages/redbird
99

10+
## [0.7.3](https://github.com/beam-community/redbird/compare/v0.7.2...v0.7.3) (2026-04-11)
11+
12+
13+
### Bug Fixes
14+
15+
* Manifest version and config ([5950928](https://github.com/beam-community/redbird/commit/5950928b6f8f8bfeece18cdc3a8cf0c6ccbc5c41))
16+
1017
## [0.7.2](https://github.com/beam-community/redbird/compare/v0.7.1...v0.7.2) (2025-06-25)
1118

1219

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defmodule Redbird.Mixfile do
1010
elixir: "~> 1.9",
1111
elixirc_paths: elixirc_paths(Mix.env()),
1212
start_permanent: Mix.env() == :prod,
13-
version: "0.7.2",
13+
version: "0.7.3",
1414
package: package(),
1515
description: "A Redis adapter for Plug.Session",
1616
source_url: "https://github.com/beam-community/redbird",

0 commit comments

Comments
 (0)