We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d0884 commit a618564Copy full SHA for a618564
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.12.1 - 2024-09-30
4
+
5
+- The minimum required Gleam version in `gleam.toml` has been increased to match
6
+ the actual requirement for this package.
7
8
## v0.12.0 - 2024-09-03
9
10
- `Port` type has been deprecated in favour of the `gleam_erlang`
gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_otp"
-version = "0.12.0"
+version = "0.12.1"
licences = ["Apache-2.0"]
description = "Fault tolerant multicore Gleam programs with OTP"
0 commit comments