Skip to content

Commit

Permalink
Bump Slang Version (#455)
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/slang@0.3.0

### Minor Changes

- [#457](#457)
[`b7aae2a`](b7aae2a)
Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - minor grammar
fixes

- [#453](#453)
[`0f2f9ab`](0f2f9ab)
Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - move Rust's
`syntax::Parser::Language` API to root module

- [#454](#454)
[`85dec01`](85dec01)
Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - moving to Rust
version 1.65.0

- [#456](#456)
[`c6d1041`](c6d1041)
Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - expose
`ParseError` API

- [#451](#451)
[`78f633c`](78f633c)
Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - rename
`VisitorExitResponse::StepIn` to `VisitorExitResponse::Continue`

## changelog@0.3.0

### Minor Changes

- [#457](#457)
[`b7aae2a`](b7aae2a)
Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - minor grammar
fixes

- [#453](#453)
[`0f2f9ab`](0f2f9ab)
Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - move Rust's
`syntax::Parser::Language` API to root module

- [#454](#454)
[`85dec01`](85dec01)
Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - moving to Rust
version 1.65.0

- [#456](#456)
[`c6d1041`](c6d1041)
Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - expose
`ParseError` API

- [#451](#451)
[`78f633c`](78f633c)
Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - rename
`VisitorExitResponse::StepIn` to `VisitorExitResponse::Continue`

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 11, 2023
1 parent b7aae2a commit 7f7e50b
Show file tree
Hide file tree
Showing 23 changed files with 104 additions and 208 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-pumas-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-spies-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-jars-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-bulldogs-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-geese-clap.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- [#457](https://github.com/NomicFoundation/slang/pull/457) [`b7aae2a`](https://github.com/NomicFoundation/slang/commit/b7aae2ad891f940ee764365ac12c75fd1cb47687) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - minor grammar fixes

- [#453](https://github.com/NomicFoundation/slang/pull/453) [`0f2f9ab`](https://github.com/NomicFoundation/slang/commit/0f2f9abec3f2525640d25bf1f288b769917fbc61) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - move Rust's `syntax::Parser::Language` API to root module

- [#454](https://github.com/NomicFoundation/slang/pull/454) [`85dec01`](https://github.com/NomicFoundation/slang/commit/85dec0196eafa337065233de03c30d36211b03cf) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - moving to Rust version 1.65.0

- [#456](https://github.com/NomicFoundation/slang/pull/456) [`c6d1041`](https://github.com/NomicFoundation/slang/commit/c6d10417da440f15e1c074b7d8b5d13d38e95519) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - expose `ParseError` API

- [#451](https://github.com/NomicFoundation/slang/pull/451) [`78f633c`](https://github.com/NomicFoundation/slang/commit/78f633cb5977d358b4bcc468151359a4301089b2) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - rename `VisitorExitResponse::StepIn` to `VisitorExitResponse::Continue`

## 0.2.1

### Patch 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.2.1"
version = "0.3.0"
rust-version = "1.65.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
14 changes: 14 additions & 0 deletions crates/solidity/outputs/cargo/crate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# changelog

## 0.3.0

### Minor Changes

- [#457](https://github.com/NomicFoundation/slang/pull/457) [`b7aae2a`](https://github.com/NomicFoundation/slang/commit/b7aae2ad891f940ee764365ac12c75fd1cb47687) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - minor grammar fixes

- [#453](https://github.com/NomicFoundation/slang/pull/453) [`0f2f9ab`](https://github.com/NomicFoundation/slang/commit/0f2f9abec3f2525640d25bf1f288b769917fbc61) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - move Rust's `syntax::Parser::Language` API to root module

- [#454](https://github.com/NomicFoundation/slang/pull/454) [`85dec01`](https://github.com/NomicFoundation/slang/commit/85dec0196eafa337065233de03c30d36211b03cf) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - moving to Rust version 1.65.0

- [#456](https://github.com/NomicFoundation/slang/pull/456) [`c6d1041`](https://github.com/NomicFoundation/slang/commit/c6d10417da440f15e1c074b7d8b5d13d38e95519) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - expose `ParseError` API

- [#451](https://github.com/NomicFoundation/slang/pull/451) [`78f633c`](https://github.com/NomicFoundation/slang/commit/78f633cb5977d358b4bcc468151359a4301089b2) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - rename `VisitorExitResponse::StepIn` to `VisitorExitResponse::Continue`

## 0.2.1

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

## 0.3.0

### Minor Changes

- [#457](https://github.com/NomicFoundation/slang/pull/457) [`b7aae2a`](https://github.com/NomicFoundation/slang/commit/b7aae2ad891f940ee764365ac12c75fd1cb47687) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - minor grammar fixes

- [#453](https://github.com/NomicFoundation/slang/pull/453) [`0f2f9ab`](https://github.com/NomicFoundation/slang/commit/0f2f9abec3f2525640d25bf1f288b769917fbc61) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - move Rust's `syntax::Parser::Language` API to root module

- [#454](https://github.com/NomicFoundation/slang/pull/454) [`85dec01`](https://github.com/NomicFoundation/slang/commit/85dec0196eafa337065233de03c30d36211b03cf) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - moving to Rust version 1.65.0

- [#456](https://github.com/NomicFoundation/slang/pull/456) [`c6d1041`](https://github.com/NomicFoundation/slang/commit/c6d10417da440f15e1c074b7d8b5d13d38e95519) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - expose `ParseError` API

- [#451](https://github.com/NomicFoundation/slang/pull/451) [`78f633c`](https://github.com/NomicFoundation/slang/commit/78f633cb5977d358b4bcc468151359a4301089b2) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - rename `VisitorExitResponse::StepIn` to `VisitorExitResponse::Continue`

## 0.2.1

### Patch 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.2.1",
"version": "0.3.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 @@ -37,15 +37,15 @@
"prettier": "2.8.6"
},
"optionalDependencies": {
"@nomicfoundation/slang-darwin-arm64": "0.2.1",
"@nomicfoundation/slang-win32-arm64-msvc": "0.2.1",
"@nomicfoundation/slang-linux-arm64-gnu": "0.2.1",
"@nomicfoundation/slang-linux-arm64-musl": "0.2.1",
"@nomicfoundation/slang-win32-ia32-msvc": "0.2.1",
"@nomicfoundation/slang-darwin-x64": "0.2.1",
"@nomicfoundation/slang-win32-x64-msvc": "0.2.1",
"@nomicfoundation/slang-linux-x64-gnu": "0.2.1",
"@nomicfoundation/slang-linux-x64-musl": "0.2.1"
"@nomicfoundation/slang-darwin-arm64": "0.3.0",
"@nomicfoundation/slang-win32-arm64-msvc": "0.3.0",
"@nomicfoundation/slang-linux-arm64-gnu": "0.3.0",
"@nomicfoundation/slang-linux-arm64-musl": "0.3.0",
"@nomicfoundation/slang-win32-ia32-msvc": "0.3.0",
"@nomicfoundation/slang-darwin-x64": "0.3.0",
"@nomicfoundation/slang-win32-x64-msvc": "0.3.0",
"@nomicfoundation/slang-linux-x64-gnu": "0.3.0",
"@nomicfoundation/slang-linux-x64-musl": "0.3.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.2.1",
"version": "0.3.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.2.1",
"version": "0.3.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.2.1",
"version": "0.3.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.2.1",
"version": "0.3.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.2.1",
"version": "0.3.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.2.1",
"version": "0.3.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.2.1",
"version": "0.3.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.2.1",
"version": "0.3.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.2.1",
"version": "0.3.0",
"description": "Platform-specific binaries for @nomicfoundation/slang.",
"homepage": "https://nomicfoundation.github.io/slang/",
"license": "MIT",
Expand Down
Loading

0 comments on commit 7f7e50b

Please sign in to comment.