Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update Noir Version Testing #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jtriley-eth
Copy link
Contributor

Description

adds an automated process to gather stable noir releases for testing (plus nightly)

Problem*

closes #34

PR Checklist*

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

@TomAFrench TomAFrench changed the title feat: Update Noir Version Testing chore: Update Noir Version Testing Dec 6, 2024
@TomAFrench
Copy link
Member

nit but I'd classify this as a chore rather than feat as it's not relevant for library consumers.

@@ -2,6 +2,10 @@

A Base64 encoding/decoding library written in Noir which can encode arbitrary byte arrays into Base64 and decode Base64-encoded byte arrays (e.g. `"SGVsbG8gV29ybGQ=".as_bytes()`).

## Noir Version Compatibility

This library is tested with all stable releases since 0.36.0 as well as nightly.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This library is tested with all stable releases since 0.36.0 as well as nightly.
This library is tested with all Noir stable releases from v0.36.0.

@Savio-Sou Savio-Sou mentioned this pull request Dec 19, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add "Noir Version Compatibility" section in README + Update to Noir v1.0.0-beta.0
3 participants