From d9fe8892485a18e78b14cb4c15b00a039a0ab69e Mon Sep 17 00:00:00 2001 From: Endercheif Date: Sat, 13 Jan 2024 23:22:54 -0800 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 14 +++++++++----- gleam.toml | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdb9820..816d528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ +## 0.4.1 (2024-01-13) +- [`00069ae`](https://github.com/Enderchief/esgleam/commit/00069ae870f63d16c54bd6320225b62d28390309) Rename `fetch_version` to `fetch_from_version`. +- [`00069ae`](https://github.com/Enderchief/esgleam/commit/00069ae870f63d16c54bd6320225b62d28390309) Add `fetch_latest` as shorthand for `fetch_from_version(platform.get_package_name(), _)`. + ## 0.4.0 (2024-01-13) -- 6b044f3 Config option `Kind`. Select between `Script` (call the `main` function in the bundle) and `Library` (standard bundling). -- 6b044f3 `esgleam/app` CLI module to bundle with kind `Script`. -- 37ce214 Expose internal api for installing esbuild -- 37ce214 Expose internal api for selecting package version -- 37ce214 Downgrade `Thoas` to be compatable with `gleam_json` +- [`6b044f3`](https://github.com/Enderchief/esgleam/commit/6b044f3a494b595e2d16daf6f5a63219a587ce1e) Config option `Kind`. Select between `Script` (call the `main` function in the bundle) and `Library` (standard bundling). +- [`6b044f3`](https://github.com/Enderchief/esgleam/commit/6b044f3a494b595e2d16daf6f5a63219a587ce1e) `esgleam/app` CLI module to bundle with kind `Script`. +- [`37ce214`](https://github.com/Enderchief/esgleam/commit/37ce214c501d62e646b8e7e9f360d33362d609f2) Expose internal api for installing esbuild +- [`37ce214`](https://github.com/Enderchief/esgleam/commit/37ce214c501d62e646b8e7e9f360d33362d609f2) Expose internal api for selecting package version +- [`37ce214`](https://github.com/Enderchief/esgleam/commit/37ce214c501d62e646b8e7e9f360d33362d609f2) Downgrade `Thoas` to be compatable with `gleam_json` diff --git a/gleam.toml b/gleam.toml index bea756d..d178c47 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "esgleam" -version = "0.4.0" +version = "0.4.1" gleam = ">= 0.32.0" description = "esbuild for Gleam"