Commit 9074426 1 parent 088ffdd commit 9074426 Copy full SHA for 9074426
File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## v1.4.1 - 1 February 2024
6
+ - Update gleam_stdlib dependency to "~ > 0.34 or ~ > 1.0" in preparation for 1.0.
7
+
5
8
## v1.3.1 - 27 January 2024
6
9
- Update msg in deprecated tag for ` is_file ` to correctly point to ` verify_is_file ` .
7
10
Original file line number Diff line number Diff line change 1
1
name = " simplifile"
2
- version = " 1.3 .1"
2
+ version = " 1.4 .1"
3
3
description = " Basic file operations that work on all targets"
4
4
5
5
licences = [" Apache-2.0" ]
@@ -11,7 +11,7 @@ gleam = ">= 0.32.0"
11
11
allow_all = true
12
12
13
13
[dependencies ]
14
- gleam_stdlib = " ~> 0.33 "
14
+ gleam_stdlib = " ~> 0.34 or ~> 1.0 "
15
15
16
16
[dev-dependencies ]
17
17
gleeunit = " ~> 1.0"
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ packages = [
7
7
]
8
8
9
9
[requirements ]
10
- gleam_stdlib = { version = " ~> 0.33 " }
10
+ gleam_stdlib = { version = " ~> 0.34 or ~> 1.0 " }
11
11
gleeunit = { version = " ~> 1.0" }
You can’t perform that action at this time.
0 commit comments