Skip to content

Commit c7164d7

Browse files
committed
v1.4.0
1 parent 5816a4a commit c7164d7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.4.0 - 2024-07-17
4+
5+
- The `simplifile` version requirement has been relaxed to permit v3.*.
6+
37
## v1.3.0 - 2024-06-24
48

59
- The `--out` flag can be used to write the escript to a specified directory.

gleam.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "gleescript"
2-
version = "1.3.0"
2+
version = "1.4.0"
33
description = "Bundle your Gleam-on-Erlang project into an escript, a single executable file!"
44
licences = ["Apache-2.0"]
55
repository = { type = "github", user = "lpil", repo = "gleescript" }
@@ -16,7 +16,7 @@ tom = ">= 0.3.0 and < 2.0.0"
1616
snag = ">= 0.3.0 and < 2.0.0"
1717
filepath = ">= 0.1.0 and < 2.0.0"
1818
argv = ">= 1.0.2 and < 2.0.0"
19-
simplifile = ">= 2.0.1 and < 3.0.0"
19+
simplifile = ">= 1.0.0 and < 3.0.0"
2020

2121
[dev-dependencies]
2222
gleeunit = "~> 1.0"

manifest.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ filepath = { version = ">= 0.1.0 and < 2.0.0" }
1818
gleam_erlang = { version = ">= 0.23.0 and < 2.0.0" }
1919
gleam_stdlib = { version = ">= 0.32.0 and < 2.0.0" }
2020
gleeunit = { version = "~> 1.0" }
21-
simplifile = { version = ">= 2.0.1 and < 3.0.0"}
21+
simplifile = { version = ">= 1.0.0 and < 3.0.0" }
2222
snag = { version = ">= 0.3.0 and < 2.0.0" }
2323
tom = { version = ">= 0.3.0 and < 2.0.0" }

0 commit comments

Comments
 (0)