Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Feb 9, 2025
1 parent ff6e122 commit 7d4d967
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

## 1.3.0 (2025-02-09)

- feat: version bump ([`ff6e122`](https://github.com/dev360/django-nats-consumer/commit/ff6e122c8c722df4c6258a42fcda212b1fb7d07c))
- docs: Adds documentation for the reload and event loop policy setting (#11) ([`e69d7e9`](https://github.com/dev360/django-nats-consumer/commit/e69d7e9f74fd1143fa70ce598f2b616b206ffe2d))

## 1.2.1 (2025-01-28)

- fix(consumer): durable_name is set to "default" unless set in settings, or specified on the consumer itself. ([`6bff3f6`](https://github.com/dev360/django-nats-consumer/commit/6bff3f6d1c4f7785e14697c4fb4694d2043e9734))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-nats-consumer"
version = "1.2.1"
version = "1.3.0"
description = "Django NATS Consumer"
license = "BSD-3-Clause"
readme = "README.md"
Expand Down

0 comments on commit 7d4d967

Please sign in to comment.