Skip to content

Commit

Permalink
Bump Slang Version (NomicFoundation#947)
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]

### Patch Changes

- [NomicFoundation#948](NomicFoundation#948)
[`ce88cb7`](NomicFoundation@ce88cb7)
Thanks [@Xanewok](https://github.com/Xanewok)! - Restrict the grammar to
correctly only allow an identifier in Yul variable declaration

- [NomicFoundation#945](NomicFoundation#945)
[`e8f80d8`](NomicFoundation@e8f80d8)
Thanks [@Xanewok](https://github.com/Xanewok)! - Support `.address`
built-in access in Yul paths

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 25, 2024
1 parent ce88cb7 commit eec20db
Show file tree
Hide file tree
Showing 19 changed files with 88 additions and 66 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-shoes-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-emus-compete.md

This file was deleted.

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

## 0.14.2

### Patch Changes

- [#948](https://github.com/NomicFoundation/slang/pull/948) [`ce88cb7`](https://github.com/NomicFoundation/slang/commit/ce88cb7a6fd945b59ccc967cfd20f423dadc36fc) Thanks [@Xanewok](https://github.com/Xanewok)! - Restrict the grammar to correctly only allow an identifier in Yul variable declaration

- [#945](https://github.com/NomicFoundation/slang/pull/945) [`e8f80d8`](https://github.com/NomicFoundation/slang/commit/e8f80d867b4b9d02413f42a8ece2630a43bc7494) Thanks [@Xanewok](https://github.com/Xanewok)! - Support `.address` built-in access in Yul paths

## 0.14.1

### Patch Changes
Expand Down
52 changes: 26 additions & 26 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.14.1"
version = "0.14.2"
rust-version = "1.76.0" # __RUST_STABLE_VERSION_MARKER__ (keep in sync)
edition = "2021"
publish = false
Expand Down
8 changes: 8 additions & 0 deletions crates/solidity/outputs/cargo/slang_solidity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# changelog

## 0.14.2

### Patch Changes

- [#948](https://github.com/NomicFoundation/slang/pull/948) [`ce88cb7`](https://github.com/NomicFoundation/slang/commit/ce88cb7a6fd945b59ccc967cfd20f423dadc36fc) Thanks [@Xanewok](https://github.com/Xanewok)! - Restrict the grammar to correctly only allow an identifier in Yul variable declaration

- [#945](https://github.com/NomicFoundation/slang/pull/945) [`e8f80d8`](https://github.com/NomicFoundation/slang/commit/e8f80d867b4b9d02413f42a8ece2630a43bc7494) Thanks [@Xanewok](https://github.com/Xanewok)! - Support `.address` built-in access in Yul paths

## 0.14.1

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

## 0.14.2

### Patch Changes

- [#948](https://github.com/NomicFoundation/slang/pull/948) [`ce88cb7`](https://github.com/NomicFoundation/slang/commit/ce88cb7a6fd945b59ccc967cfd20f423dadc36fc) Thanks [@Xanewok](https://github.com/Xanewok)! - Restrict the grammar to correctly only allow an identifier in Yul variable declaration

- [#945](https://github.com/NomicFoundation/slang/pull/945) [`e8f80d8`](https://github.com/NomicFoundation/slang/commit/e8f80d867b4b9d02413f42a8ece2630a43bc7494) Thanks [@Xanewok](https://github.com/Xanewok)! - Support `.address` built-in access in Yul paths

## 0.14.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.14.1",
"version": "0.14.2",
"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 @@ -32,15 +32,15 @@
"@napi-rs/cli": "2.18.0"
},
"optionalDependencies": {
"@nomicfoundation/slang-darwin-arm64": "0.14.1",
"@nomicfoundation/slang-win32-arm64-msvc": "0.14.1",
"@nomicfoundation/slang-linux-arm64-gnu": "0.14.1",
"@nomicfoundation/slang-linux-arm64-musl": "0.14.1",
"@nomicfoundation/slang-win32-ia32-msvc": "0.14.1",
"@nomicfoundation/slang-darwin-x64": "0.14.1",
"@nomicfoundation/slang-win32-x64-msvc": "0.14.1",
"@nomicfoundation/slang-linux-x64-gnu": "0.14.1",
"@nomicfoundation/slang-linux-x64-musl": "0.14.1"
"@nomicfoundation/slang-darwin-arm64": "0.14.2",
"@nomicfoundation/slang-win32-arm64-msvc": "0.14.2",
"@nomicfoundation/slang-linux-arm64-gnu": "0.14.2",
"@nomicfoundation/slang-linux-arm64-musl": "0.14.2",
"@nomicfoundation/slang-win32-ia32-msvc": "0.14.2",
"@nomicfoundation/slang-darwin-x64": "0.14.2",
"@nomicfoundation/slang-win32-x64-msvc": "0.14.2",
"@nomicfoundation/slang-linux-x64-gnu": "0.14.2",
"@nomicfoundation/slang-linux-x64-musl": "0.14.2"
},
"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.14.1",
"version": "0.14.2",
"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.14.1",
"version": "0.14.2",
"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.14.1",
"version": "0.14.2",
"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.14.1",
"version": "0.14.2",
"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.14.1",
"version": "0.14.2",
"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.14.1",
"version": "0.14.2",
"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.14.1",
"version": "0.14.2",
"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.14.1",
"version": "0.14.2",
"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.14.1",
"version": "0.14.2",
"description": "Platform-specific binaries for @nomicfoundation/slang.",
"homepage": "https://nomicfoundation.github.io/slang/",
"license": "MIT",
Expand Down
Loading

0 comments on commit eec20db

Please sign in to comment.