Skip to content

Commit 303c683

Browse files
committed
v0.12.0
1 parent 231c84b commit 303c683

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
## v0.11.2 - 2024-08-21
49

510
- Fixed support for older versions of Gleam.
@@ -12,8 +17,6 @@
1217

1318
- The `gleam/otp/static_supervisor` module has been added, containing bindings
1419
to Erlang/OTP's supervisor module.
15-
- `Port` type has been deprecated in favour of the `gleam_erlang`
16-
package `Port` type.
1720

1821
## v0.10.0 - 2024-03-11
1922

gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "gleam_otp"
2-
version = "0.11.2"
2+
version = "0.12.0"
33
licences = ["Apache-2.0"]
44
description = "Fault tolerant multicore Gleam programs with OTP"
55

0 commit comments

Comments
 (0)