We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231c84b commit 303c683Copy full SHA for 303c683
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.12.0 - 2024-09-03
4
+
5
+- `Port` type has been deprecated in favour of the `gleam_erlang`
6
+ package `Port` type.
7
8
## v0.11.2 - 2024-08-21
9
10
- Fixed support for older versions of Gleam.
@@ -12,8 +17,6 @@
12
17
13
18
- The `gleam/otp/static_supervisor` module has been added, containing bindings
14
19
to Erlang/OTP's supervisor module.
15
-- `Port` type has been deprecated in favour of the `gleam_erlang`
16
- package `Port` type.
20
21
## v0.10.0 - 2024-03-11
22
gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_otp"
-version = "0.11.2"
+version = "0.12.0"
licences = ["Apache-2.0"]
description = "Fault tolerant multicore Gleam programs with OTP"
0 commit comments