Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

v1.1.0

+10 -10
+2 -2
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ### Unreleased 3 + ## v1.1.0 - 2024-04-16 4 4 5 - ## Formatter 5 + ### Formatter 6 6 7 7 - Fixed a bug where the first subject of a case expression clause would be 8 8 indented more than necessary.
+4 -4
Cargo.lock
··· 830 830 831 831 [[package]] 832 832 name = "gleam" 833 - version = "1.1.0-rc3" 833 + version = "1.1.0" 834 834 dependencies = [ 835 835 "async-trait", 836 836 "atty", ··· 878 878 879 879 [[package]] 880 880 name = "gleam-core" 881 - version = "1.1.0-rc3" 881 + version = "1.1.0" 882 882 dependencies = [ 883 883 "askama", 884 884 "async-trait", ··· 929 929 930 930 [[package]] 931 931 name = "gleam-wasm" 932 - version = "1.1.0-rc3" 932 + version = "1.1.0" 933 933 dependencies = [ 934 934 "camino", 935 935 "console_error_panic_hook", ··· 2255 2255 2256 2256 [[package]] 2257 2257 name = "test-package-compiler" 2258 - version = "1.1.0-rc3" 2258 + version = "1.1.0" 2259 2259 dependencies = [ 2260 2260 "camino", 2261 2261 "gleam-core",
+1 -1
compiler-cli/Cargo.toml
··· 1 1 [package] 2 2 name = "gleam" 3 - version = "1.1.0-rc3" 3 + version = "1.1.0" 4 4 authors = ["Louis Pilfold <louis@lpil.uk>"] 5 5 edition = "2021" 6 6 license-file = "LICENCE"
+1 -1
compiler-core/Cargo.toml
··· 1 1 [package] 2 2 name = "gleam-core" 3 - version = "1.1.0-rc3" 3 + version = "1.1.0" 4 4 authors = ["Louis Pilfold <louis@lpil.uk>"] 5 5 edition = "2021" 6 6 license-file = "LICENCE"
+1 -1
compiler-wasm/Cargo.toml
··· 1 1 [package] 2 2 name = "gleam-wasm" 3 - version = "1.1.0-rc3" 3 + version = "1.1.0" 4 4 authors = ["Louis Pilfold <louis@lpil.uk>"] 5 5 edition = "2021" 6 6 license-file = "LICENCE"
+1 -1
test-package-compiler/Cargo.toml
··· 1 1 [package] 2 2 name = "test-package-compiler" 3 - version = "1.1.0-rc3" 3 + version = "1.1.0" 4 4 authors = ["Louis Pilfold <louis@lpil.uk>"] 5 5 edition = "2021" 6 6 license-file = "LICENCE"