Skip to content

Commit 31c5386

Browse files
committed
v1.0.0-rc1
1 parent 116b500 commit 31c5386

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## v1.0.0-rc1 - 2025-02-03
4+
5+
- Initial release, with the timestamp, calendar, and duration modules.

gleam.toml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
name = "gleam_time"
22
version = "1.0.0-rc1"
3-
4-
# Fill out these fields if you intend to generate HTML documentation or publish
5-
# your project to the Hex package manager.
6-
#
7-
# description = ""
8-
# licences = ["Apache-2.0"]
9-
# repository = { type = "github", user = "", repo = "" }
10-
# links = [{ title = "Website", href = "" }]
11-
#
12-
# For a full reference of all the available options, you can have a look at
13-
# https://gleam.run/writing-gleam/gleam-toml/.
3+
description = "Work with time in Gleam!"
4+
gleam = ">= 1.5.0"
5+
licences = ["Apache-2.0"]
6+
repository = { type = "github", user = "gleam-lang", repo = "time" }
7+
links = [
8+
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
9+
]
1410

1511
[dependencies]
1612
gleam_stdlib = ">= 0.44.0 and < 2.0.0"

0 commit comments

Comments
 (0)