Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andersfugmann committed Dec 21, 2023
1 parent 090bf18 commit 8e27e87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
2.3.0: (2023-12-21)
* Add optional `how` parameter to thread list init signature
* async: Upgrade min required async version to v0.16.0
* async: Replace usage of deprecated `Core.Time` with `Core.Time_float`

2.3.0: (Unreleased)
=======
* Allow creation of internal exchanges (only useful for use with rabbitmq). Thanks hongchangwu
* Update amqp spec
* Remove dependency on ocplib-endian functions and bump minir required ocaml version to 4.13
Expand Down
2 changes: 1 addition & 1 deletion async/src/connection.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ open Thread
open Amqp_client_lib
open Spec.Connection

let version = "2.2.2"
let version = "2.3.0"

let string_until c str =
try
Expand Down

0 comments on commit 8e27e87

Please sign in to comment.