Skip to content

Commit

Permalink
Bump Slang Version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 22, 2023
1 parent 995cdb0 commit 23451a2
Show file tree
Hide file tree
Showing 17 changed files with 73 additions and 195 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-berries-deliver.md

This file was deleted.

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

## 0.13.0

### Minor Changes

- [#710](https://github.com/NomicFoundation/slang/pull/710) [`2025b6cb`](https://github.com/NomicFoundation/slang/commit/2025b6cb23dc320b413b482ed1fe8455229b7d84) Thanks [@Xanewok](https://github.com/Xanewok)! - CST children nodes are now named

## 0.12.0

### Minor Changes
Expand Down
50 changes: 25 additions & 25 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.12.0"
version = "0.13.0"
rust-version = "1.72.0" # Keep in sync with other "RUST_STABLE_VERSION" references
edition = "2021"
publish = false
Expand Down
6 changes: 6 additions & 0 deletions crates/solidity/outputs/cargo/crate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# changelog

## 0.13.0

### Minor Changes

- [#710](https://github.com/NomicFoundation/slang/pull/710) [`2025b6cb`](https://github.com/NomicFoundation/slang/commit/2025b6cb23dc320b413b482ed1fe8455229b7d84) Thanks [@Xanewok](https://github.com/Xanewok)! - CST children nodes are now named

## 0.12.0

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

## 0.13.0

### Minor Changes

- [#710](https://github.com/NomicFoundation/slang/pull/710) [`2025b6cb`](https://github.com/NomicFoundation/slang/commit/2025b6cb23dc320b413b482ed1fe8455229b7d84) Thanks [@Xanewok](https://github.com/Xanewok)! - CST children nodes are now named

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

0 comments on commit 23451a2

Please sign in to comment.