Skip to content

Commit

Permalink
update gleam version info
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Jul 29, 2024
1 parent 7c7bd5f commit 1cb28fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For more information on Gleam, including tutorials, please check [the Gleam lang

**NOTE:** Glistix is **beta software**, and **may have breaking changes**. You shouldn't rely on it on production just yet, but **feel free to give it a shot on personal or smaller projects** and **report any issues and bugs you find**. It should be functional, but we still need people to try it out and report any bugs.

**NOTE:** Glistix's latest stable version currently tracks **Gleam v1.2.1,** meaning features and fixes from up to that Gleam version are available.
**NOTE:** Glistix's latest stable version currently tracks **Gleam v1.3.2,** meaning features and fixes from up to that Gleam version are available.

**NOTE:** Glistix is **an unofficial project** and is therefore **not affiliated with the Gleam project**.

Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Additional instructions for Glistix:


1. Ensure `compiler-core/src/version.rs` reports the correct Gleam version we're tracking.
1. Ensure `compiler-core/src/version.rs` and `README.md` both report the current Gleam version we're tracking.
2. Bump Glistix version in each `Cargo.toml` (as well as `Cargo.lock` by running `cargo check` once), in the new project flake template at `compiler-cli/src/new.rs` and in `nix/glistix.nix`, as well as in `README.md`.
3. Update the `cargoHash` in `nix/glistix.nix` by setting it to `""` and trying to build. The error will inform the new hash.
4. Follow "Gleam checklist" below.
Expand Down

0 comments on commit 1cb28fe

Please sign in to comment.