Skip to content

Commit b810ed1

Browse files
Bump Slang Version (#492)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action to publish automatically](https://github.com/changesets/action#with-publishing). If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @nomicfoundation/slang@0.6.0 ### Minor Changes - [#490](#490) [`ea8e7e7`](ea8e7e7) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - provide API to list supported language versions - [#489](#489) [`15c34a7`](15c34a7) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - replace panics with JS exceptions in npm package ### Patch Changes - [#488](#488) [`d7f171c`](d7f171c) Thanks [@DaniPopes](https://github.com/DaniPopes)! - introduce a `cli` Cargo feature to compile the CLI binary ## changelog@0.6.0 ### Minor Changes - [#490](#490) [`ea8e7e7`](ea8e7e7) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - provide API to list supported language versions - [#489](#489) [`15c34a7`](15c34a7) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - replace panics with JS exceptions in npm package ### Patch Changes - [#488](#488) [`d7f171c`](d7f171c) Thanks [@DaniPopes](https://github.com/DaniPopes)! - introduce a `cli` Cargo feature to compile the CLI binary Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d7f171c commit b810ed1

File tree

21 files changed

+96
-198
lines changed

21 files changed

+96
-198
lines changed

.changeset/chilled-ways-worry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fifty-students-applaud.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strong-walls-burn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# changelog
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#490](https://github.com/NomicFoundation/slang/pull/490) [`ea8e7e7`](https://github.com/NomicFoundation/slang/commit/ea8e7e771fef7fd9195bcc3004b08fc132c8990d) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - provide API to list supported language versions
8+
9+
- [#489](https://github.com/NomicFoundation/slang/pull/489) [`15c34a7`](https://github.com/NomicFoundation/slang/commit/15c34a7bb0268bf26eaa6535dd637f73349596c8) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - replace panics with JS exceptions in npm package
10+
11+
### Patch Changes
12+
13+
- [#488](https://github.com/NomicFoundation/slang/pull/488) [`d7f171c`](https://github.com/NomicFoundation/slang/commit/d7f171cf1e2da375a7ededd034a62fc6b723d44d) Thanks [@DaniPopes](https://github.com/DaniPopes)! - introduce a `cli` Cargo feature to compile the CLI binary
14+
315
## 0.5.0
416

517
### Minor Changes

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.5.0"
2+
version = "0.6.0"
33
rust-version = "1.69.0" # Keep this version in sync with "$RUST_VERSION" in "$REPO_ROOT/bin/hermit.hcl" and "rust-src" in "$REPO_ROOT/bin"
44
edition = "2021"
55
publish = false

crates/solidity/outputs/cargo/crate/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# changelog
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#490](https://github.com/NomicFoundation/slang/pull/490) [`ea8e7e7`](https://github.com/NomicFoundation/slang/commit/ea8e7e771fef7fd9195bcc3004b08fc132c8990d) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - provide API to list supported language versions
8+
9+
- [#489](https://github.com/NomicFoundation/slang/pull/489) [`15c34a7`](https://github.com/NomicFoundation/slang/commit/15c34a7bb0268bf26eaa6535dd637f73349596c8) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - replace panics with JS exceptions in npm package
10+
11+
### Patch Changes
12+
13+
- [#488](https://github.com/NomicFoundation/slang/pull/488) [`d7f171c`](https://github.com/NomicFoundation/slang/commit/d7f171cf1e2da375a7ededd034a62fc6b723d44d) Thanks [@DaniPopes](https://github.com/DaniPopes)! - introduce a `cli` Cargo feature to compile the CLI binary
14+
315
## 0.5.0
416

517
### Minor Changes

crates/solidity/outputs/npm/package/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# changelog
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#490](https://github.com/NomicFoundation/slang/pull/490) [`ea8e7e7`](https://github.com/NomicFoundation/slang/commit/ea8e7e771fef7fd9195bcc3004b08fc132c8990d) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - provide API to list supported language versions
8+
9+
- [#489](https://github.com/NomicFoundation/slang/pull/489) [`15c34a7`](https://github.com/NomicFoundation/slang/commit/15c34a7bb0268bf26eaa6535dd637f73349596c8) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - replace panics with JS exceptions in npm package
10+
11+
### Patch Changes
12+
13+
- [#488](https://github.com/NomicFoundation/slang/pull/488) [`d7f171c`](https://github.com/NomicFoundation/slang/commit/d7f171cf1e2da375a7ededd034a62fc6b723d44d) Thanks [@DaniPopes](https://github.com/DaniPopes)! - introduce a `cli` Cargo feature to compile the CLI binary
14+
315
## 0.5.0
416

517
### Minor Changes

crates/solidity/outputs/npm/package/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/slang",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "A modular set of compiler APIs empowering the next generation of Solidity code analysis and developer tooling. Written in Rust and distributed in multiple languages.",
55
"homepage": "https://nomicfoundation.github.io/slang/",
66
"license": "MIT",
@@ -43,15 +43,15 @@
4343
"prettier": "2.8.6"
4444
},
4545
"optionalDependencies": {
46-
"@nomicfoundation/slang-darwin-arm64": "0.5.0",
47-
"@nomicfoundation/slang-win32-arm64-msvc": "0.5.0",
48-
"@nomicfoundation/slang-linux-arm64-gnu": "0.5.0",
49-
"@nomicfoundation/slang-linux-arm64-musl": "0.5.0",
50-
"@nomicfoundation/slang-win32-ia32-msvc": "0.5.0",
51-
"@nomicfoundation/slang-darwin-x64": "0.5.0",
52-
"@nomicfoundation/slang-win32-x64-msvc": "0.5.0",
53-
"@nomicfoundation/slang-linux-x64-gnu": "0.5.0",
54-
"@nomicfoundation/slang-linux-x64-musl": "0.5.0"
46+
"@nomicfoundation/slang-darwin-arm64": "0.6.0",
47+
"@nomicfoundation/slang-win32-arm64-msvc": "0.6.0",
48+
"@nomicfoundation/slang-linux-arm64-gnu": "0.6.0",
49+
"@nomicfoundation/slang-linux-arm64-musl": "0.6.0",
50+
"@nomicfoundation/slang-win32-ia32-msvc": "0.6.0",
51+
"@nomicfoundation/slang-darwin-x64": "0.6.0",
52+
"@nomicfoundation/slang-win32-x64-msvc": "0.6.0",
53+
"@nomicfoundation/slang-linux-x64-gnu": "0.6.0",
54+
"@nomicfoundation/slang-linux-x64-musl": "0.6.0"
5555
},
5656
"napi": {
5757
"triples": {

crates/solidity/outputs/npm/package/platforms/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/slang-darwin-arm64",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Platform-specific binaries for @nomicfoundation/slang.",
55
"homepage": "https://nomicfoundation.github.io/slang/",
66
"license": "MIT",

0 commit comments

Comments
 (0)