alpha
Login
or
Join now
nandi.uk
/
gleam
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Fork of daniellemaywood.uk/gleam — Wasm codegen work
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
v0.18.0-rc3
author
Louis Pilfold
date
4 years ago
(Dec 5, 2021, 5:19 PM UTC)
commit
8e0937bb
8e0937bb5ea4c320ae6079ea1c370bafa3d25d2d
parent
77e8b82f
77e8b82f61a5a4ca2d58cac18ac835f730b2abbb
+7
-7
5 changed files
Expand all
Collapse all
Unified
Split
CHANGELOG.md
Cargo.lock
compiler-cli
Cargo.toml
compiler-core
Cargo.toml
compiler-wasm
Cargo.toml
+1
-1
CHANGELOG.md
View file
Reviewed
···
1
1
# Changelog
2
2
3
3
-
## v0.18.0-rc3 - Unreleased
3
3
+
## v0.18.0-rc3 - 2021-12-05
4
4
5
5
- URL format in gleam.toml is now validated.
6
6
- The `gleam deps list` command has been added.
+3
-3
Cargo.lock
View file
Reviewed
···
633
633
634
634
[[package]]
635
635
name = "gleam"
636
636
-
version = "0.18.0-rc2"
636
636
+
version = "0.18.0-rc3"
637
637
dependencies = [
638
638
"async-trait",
639
639
"atty",
···
671
671
672
672
[[package]]
673
673
name = "gleam-core"
674
674
-
version = "0.18.0-rc2"
674
674
+
version = "0.18.0-rc3"
675
675
dependencies = [
676
676
"askama",
677
677
"async-trait",
···
710
710
711
711
[[package]]
712
712
name = "gleam-wasm"
713
713
-
version = "0.18.0-rc2"
713
713
+
version = "0.18.0-rc3"
714
714
dependencies = [
715
715
"gleam-core",
716
716
"wasm-bindgen",
+1
-1
compiler-cli/Cargo.toml
View file
Reviewed
···
1
1
[package]
2
2
name = "gleam"
3
3
-
version = "0.18.0-rc2"
3
3
+
version = "0.18.0-rc3"
4
4
authors = ["Louis Pilfold <louis@lpil.uk>"]
5
5
edition = "2021"
6
6
license-file = "LICENCE"
+1
-1
compiler-core/Cargo.toml
View file
Reviewed
···
1
1
[package]
2
2
name = "gleam-core"
3
3
-
version = "0.18.0-rc2"
3
3
+
version = "0.18.0-rc3"
4
4
authors = ["Louis Pilfold <louis@lpil.uk>"]
5
5
edition = "2021"
6
6
license-file = "LICENCE"
+1
-1
compiler-wasm/Cargo.toml
View file
Reviewed
···
1
1
[package]
2
2
name = "gleam-wasm"
3
3
-
version = "0.18.0-rc2"
3
3
+
version = "0.18.0-rc3"
4
4
authors = ["Louis Pilfold <louis@lpil.uk>"]
5
5
edition = "2021"
6
6
license-file = "LICENCE"