Skip to content

Commit 547c481

Browse files
v2.0.0
1 parent 15a99bc commit 547c481

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v2.0.0 - 2024-02-10
44

55
- Remove the `doc.to_string_builder` method.
66
- The `doc` module gains the `zero_width_string` function

gleam.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "glam"
2-
version = "1.3.0"
2+
version = "2.0.0"
33
description = "A package to help you easily pretty print structured data"
44

55
licences = ["Apache-2.0"]
@@ -16,9 +16,9 @@ gleeunit = "~> 1.0"
1616

1717
[documentation]
1818
pages = [
19-
{ title = "Learning materials", path = "learning_materials.html", source = "./tutorials/README.md" },
20-
{ title = "", path = "pretty_printing_glamorous_lists.html", source = "./tutorials/pretty_printing_glamorous_lists.md" },
21-
{ title = "", path = "pretty_printing_todo_lists.html", source = "./tutorials/pretty_printing_todo_lists.md" },
22-
{ title = "", path = "pretty_printing_JSON.html", source = "./tutorials/pretty_printing_JSON.md" },
23-
{ title = "", path = "pretty_printing_lovely_error_messages.html", source = "./tutorials/pretty_printing_lovely_error_messages.md" },
19+
{ title = "Learning materials", path = "learning_materials.html", source = "./tutorials/README.md" },
20+
{ title = "", path = "pretty_printing_glamorous_lists.html", source = "./tutorials/pretty_printing_glamorous_lists.md" },
21+
{ title = "", path = "pretty_printing_todo_lists.html", source = "./tutorials/pretty_printing_todo_lists.md" },
22+
{ title = "", path = "pretty_printing_JSON.html", source = "./tutorials/pretty_printing_JSON.md" },
23+
{ title = "", path = "pretty_printing_lovely_error_messages.html", source = "./tutorials/pretty_printing_lovely_error_messages.md" },
2424
]

0 commit comments

Comments
 (0)