Skip to content

Commit 9074426

Browse files
committed
update stdlib dep
1 parent 088ffdd commit 9074426

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
## v1.4.1 - 1 February 2024
6+
- Update gleam_stdlib dependency to "~> 0.34 or ~> 1.0" in preparation for 1.0.
7+
58
## v1.3.1 - 27 January 2024
69
- Update msg in deprecated tag for `is_file` to correctly point to `verify_is_file`.
710

gleam.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "simplifile"
2-
version = "1.3.1"
2+
version = "1.4.1"
33
description = "Basic file operations that work on all targets"
44

55
licences = ["Apache-2.0"]
@@ -11,7 +11,7 @@ gleam = ">= 0.32.0"
1111
allow_all = true
1212

1313
[dependencies]
14-
gleam_stdlib = "~> 0.33"
14+
gleam_stdlib = "~> 0.34 or ~> 1.0"
1515

1616
[dev-dependencies]
1717
gleeunit = "~> 1.0"

manifest.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ packages = [
77
]
88

99
[requirements]
10-
gleam_stdlib = { version = "~> 0.33" }
10+
gleam_stdlib = { version = "~> 0.34 or ~> 1.0" }
1111
gleeunit = { version = "~> 1.0" }

0 commit comments

Comments
 (0)