File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.4.0 - 2024-07-17
4
+
5
+ - The ` simplifile ` version requirement has been relaxed to permit v3.* .
6
+
3
7
## v1.3.0 - 2024-06-24
4
8
5
9
- The ` --out ` flag can be used to write the escript to a specified directory.
Original file line number Diff line number Diff line change 1
1
name = " gleescript"
2
- version = " 1.3 .0"
2
+ version = " 1.4 .0"
3
3
description = " Bundle your Gleam-on-Erlang project into an escript, a single executable file!"
4
4
licences = [" Apache-2.0" ]
5
5
repository = { type = " github" , user = " lpil" , repo = " gleescript" }
@@ -16,7 +16,7 @@ tom = ">= 0.3.0 and < 2.0.0"
16
16
snag = " >= 0.3.0 and < 2.0.0"
17
17
filepath = " >= 0.1.0 and < 2.0.0"
18
18
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"
20
20
21
21
[dev-dependencies ]
22
22
gleeunit = " ~> 1.0"
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ filepath = { version = ">= 0.1.0 and < 2.0.0" }
18
18
gleam_erlang = { version = " >= 0.23.0 and < 2.0.0" }
19
19
gleam_stdlib = { version = " >= 0.32.0 and < 2.0.0" }
20
20
gleeunit = { version = " ~> 1.0" }
21
- simplifile = { version = " >= 2 .0.1 and < 3.0.0" }
21
+ simplifile = { version = " >= 1 .0.0 and < 3.0.0" }
22
22
snag = { version = " >= 0.3.0 and < 2.0.0" }
23
23
tom = { version = " >= 0.3.0 and < 2.0.0" }
You can’t perform that action at this time.
0 commit comments