Skip to content

Commit

Permalink
Bump Slang Version (#492)
Browse files Browse the repository at this point in the history
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/[email protected]

### 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

## [email protected]

### 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>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 7, 2023
1 parent d7f171c commit b810ed1
Show file tree
Hide file tree
Showing 21 changed files with 96 additions and 198 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-ways-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-students-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-walls-burn.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# changelog

## 0.6.0

### Minor Changes

- [#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

- [#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

### Patch Changes

- [#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

## 0.5.0

### Minor Changes
Expand Down
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.5.0"
version = "0.6.0"
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"
edition = "2021"
publish = false
Expand Down
12 changes: 12 additions & 0 deletions crates/solidity/outputs/cargo/crate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# changelog

## 0.6.0

### Minor Changes

- [#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

- [#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

### Patch Changes

- [#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

## 0.5.0

### Minor Changes
Expand Down
12 changes: 12 additions & 0 deletions crates/solidity/outputs/npm/package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# changelog

## 0.6.0

### Minor Changes

- [#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

- [#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

### Patch Changes

- [#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

## 0.5.0

### Minor Changes
Expand Down
20 changes: 10 additions & 10 deletions crates/solidity/outputs/npm/package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/slang",
"version": "0.5.0",
"version": "0.6.0",
"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.",
"homepage": "https://nomicfoundation.github.io/slang/",
"license": "MIT",
Expand Down Expand Up @@ -43,15 +43,15 @@
"prettier": "2.8.6"
},
"optionalDependencies": {
"@nomicfoundation/slang-darwin-arm64": "0.5.0",
"@nomicfoundation/slang-win32-arm64-msvc": "0.5.0",
"@nomicfoundation/slang-linux-arm64-gnu": "0.5.0",
"@nomicfoundation/slang-linux-arm64-musl": "0.5.0",
"@nomicfoundation/slang-win32-ia32-msvc": "0.5.0",
"@nomicfoundation/slang-darwin-x64": "0.5.0",
"@nomicfoundation/slang-win32-x64-msvc": "0.5.0",
"@nomicfoundation/slang-linux-x64-gnu": "0.5.0",
"@nomicfoundation/slang-linux-x64-musl": "0.5.0"
"@nomicfoundation/slang-darwin-arm64": "0.6.0",
"@nomicfoundation/slang-win32-arm64-msvc": "0.6.0",
"@nomicfoundation/slang-linux-arm64-gnu": "0.6.0",
"@nomicfoundation/slang-linux-arm64-musl": "0.6.0",
"@nomicfoundation/slang-win32-ia32-msvc": "0.6.0",
"@nomicfoundation/slang-darwin-x64": "0.6.0",
"@nomicfoundation/slang-win32-x64-msvc": "0.6.0",
"@nomicfoundation/slang-linux-x64-gnu": "0.6.0",
"@nomicfoundation/slang-linux-x64-musl": "0.6.0"
},
"napi": {
"triples": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/slang-darwin-arm64",
"version": "0.5.0",
"version": "0.6.0",
"description": "Platform-specific binaries for @nomicfoundation/slang.",
"homepage": "https://nomicfoundation.github.io/slang/",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/slang-darwin-x64",
"version": "0.5.0",
"version": "0.6.0",
"description": "Platform-specific binaries for @nomicfoundation/slang.",
"homepage": "https://nomicfoundation.github.io/slang/",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/slang-linux-arm64-gnu",
"version": "0.5.0",
"version": "0.6.0",
"description": "Platform-specific binaries for @nomicfoundation/slang.",
"homepage": "https://nomicfoundation.github.io/slang/",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/slang-linux-arm64-musl",
"version": "0.5.0",
"version": "0.6.0",
"description": "Platform-specific binaries for @nomicfoundation/slang.",
"homepage": "https://nomicfoundation.github.io/slang/",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/slang-linux-x64-gnu",
"version": "0.5.0",
"version": "0.6.0",
"description": "Platform-specific binaries for @nomicfoundation/slang.",
"homepage": "https://nomicfoundation.github.io/slang/",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/slang-linux-x64-musl",
"version": "0.5.0",
"version": "0.6.0",
"description": "Platform-specific binaries for @nomicfoundation/slang.",
"homepage": "https://nomicfoundation.github.io/slang/",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/slang-win32-arm64-msvc",
"version": "0.5.0",
"version": "0.6.0",
"description": "Platform-specific binaries for @nomicfoundation/slang.",
"homepage": "https://nomicfoundation.github.io/slang/",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/slang-win32-ia32-msvc",
"version": "0.5.0",
"version": "0.6.0",
"description": "Platform-specific binaries for @nomicfoundation/slang.",
"homepage": "https://nomicfoundation.github.io/slang/",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/slang-win32-x64-msvc",
"version": "0.5.0",
"version": "0.6.0",
"description": "Platform-specific binaries for @nomicfoundation/slang.",
"homepage": "https://nomicfoundation.github.io/slang/",
"license": "MIT",
Expand Down
Loading

0 comments on commit b810ed1

Please sign in to comment.