Skip to content

Commit

Permalink
Merge branch 'master' into jb-integrate-noir-js-tests
Browse files Browse the repository at this point in the history
* master:
  chore: remove messagepack serialization logic (#2865)
  chore: improve workspace clean (#2870)
  fix: finer bit size in bound constrain (#2869)
  feat: Contract events in artifacts (#2873)
  chore: remove leftover files from `acvm-repo` (#2861)
  chore: miscellaneous ACVM fixups (#2864)
  chore(noir): Release (master) (#2875)
  • Loading branch information
TomAFrench committed Sep 28, 2023
2 parents 6ada130 + c556878 commit 9da9c4e
Show file tree
Hide file tree
Showing 51 changed files with 193 additions and 786 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.14.0",
"acvm-repo": "0.27.2"
".": "0.14.1",
"acvm-repo": "0.27.3"
}
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.1](https://github.com/noir-lang/noir/compare/v0.14.0...v0.14.1) (2023-09-27)


### Bug Fixes

* Remove cast for field comparisons in brillig ([#2874](https://github.com/noir-lang/noir/issues/2874)) ([1fc1fdb](https://github.com/noir-lang/noir/commit/1fc1fdb4e15d2ce625ea79d458c5346fab418e49))
* Remove duplication of code to load stdlib files ([#2868](https://github.com/noir-lang/noir/issues/2868)) ([b694aab](https://github.com/noir-lang/noir/commit/b694aab87c4665a3a89715c9d4096eeb3efb9944))

## [0.14.0](https://github.com/noir-lang/noir/compare/v0.13.0...v0.14.0) (2023-09-26)


Expand Down
71 changes: 24 additions & 47 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
Expand Up @@ -36,7 +36,7 @@ resolver = "2"

[workspace.package]
# x-release-please-start-version
version = "0.14.0"
version = "0.14.1"
# x-release-please-end
authors = ["The Noir Team <team@noir-lang.org>"]
edition = "2021"
Expand Down
22 changes: 0 additions & 22 deletions acvm-repo/.github/actions/setup/action.yml

This file was deleted.

26 changes: 0 additions & 26 deletions acvm-repo/.github/workflows/deny.yml

This file was deleted.

29 changes: 0 additions & 29 deletions acvm-repo/.github/workflows/pull-request.yml

This file was deleted.

13 changes: 0 additions & 13 deletions acvm-repo/.github/workflows/spellcheck.yml

This file was deleted.

Loading

0 comments on commit 9da9c4e

Please sign in to comment.