Skip to content

Commit

Permalink
Bump the version to 0.2.3 and update the NEWS file.
Browse files Browse the repository at this point in the history
  • Loading branch information
atheriel committed Jul 14, 2020
1 parent f776a1e commit 451f661
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: longears
Title: A Fast and Fully-Featured 'RabbitMQ' Client
Version: 0.2.2
Version: 0.2.3
Authors@R: c(
person("Aaron", "Jacobs", role = c("aut", "cre"),
email = "[email protected]"),
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# longears 0.2.2.9000
# longears 0.2.3

- `amqp_listen()` will now respect the timeout value even when processing many
messages. To reliably consume "endlessly", use a `while(TRUE)` loop.
Expand All @@ -10,6 +10,8 @@
it turns out that re-using these handles can sometimes cause issues when
attempting to reconnect to a server.

- Fix compilation issues due to a missing header on pre-3.4 versions of R.

# longears 0.2.2

- `amqp_publish()` will now accept raw vectors for the message body in addition
Expand Down

0 comments on commit 451f661

Please sign in to comment.