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: release v0.1.1 #49

Closed
wants to merge 3 commits into from
Closed

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented Jul 10, 2024

🤖 New release

  • hugr-llvm: 0.1.0 -> 0.1.1
Changelog

## [0.1.1](https://github.com/CQCL/hugr-llvm/releases/tag/v0.1.0) - 2024-07-16
  • Bump to hugr-0.7.0

0.1.0 - 2024-07-10

Bug Fixes

  • Syntax error
  • sum type tag elision logic reversed
  • [breaking] Allow Const and FuncDecl as children of Modules, Dataflow Parents, and CFG nodes (#46)

Documentation

  • fix bad grammar (#34)

New Features

  • Emission for Call nodes
  • Support values
  • add get_extern_func (#28)
  • lower CFGs (#26)
  • Add initial codegen extension for prelude (#29)
  • [breaking] Namer optionally appends node index to mangled names. (#32)
  • Implement lowerings for ieq,ilt_s,sub in int codegen extension (#33)
  • Add initial float extension (#31)
  • Emit more int comparison operators (#47)

Refactor

  • clean up fat.rs (#38)

Testing

  • add a test for sum type tags
  • Add integration tests lowering guppy programs (#35)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-07-10T09-46-28Z branch from 7acb8e4 to 18c6edc Compare July 10, 2024 11:40
@hugrbot hugrbot changed the title chore: release v0.1.0 chore: release v0.1.1 Jul 10, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-07-10T09-46-28Z branch from 18c6edc to 90a94cf Compare July 15, 2024 08:59
@doug-q doug-q marked this pull request as ready for review July 16, 2024 08:44
@doug-q doug-q requested a review from a team as a code owner July 16, 2024 08:44
@doug-q doug-q requested a review from qartik July 16, 2024 08:44
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.84%. Comparing base (e2624b5) to head (0c01d9f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #49   +/-   ##
=======================================
  Coverage   82.84%   82.84%           
=======================================
  Files          16       16           
  Lines        2221     2221           
  Branches     2221     2221           
=======================================
  Hits         1840     1840           
  Misses        246      246           
  Partials      135      135           
Flag Coverage Δ
rust 82.84% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.1.1](https://github.com/CQCL/hugr-llvm/releases/tag/v0.1.0) - 2024-07-16
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
## [0.1.1](https://github.com/CQCL/hugr-llvm/releases/tag/v0.1.0) - 2024-07-16
## [0.1.1](https://github.com/CQCL/hugr-llvm/releases/tag/v0.1.1) - 2024-07-16

@doug-q
Copy link
Collaborator

doug-q commented Jul 16, 2024

Moving to draft because we should bump to hugr 0.8

@doug-q doug-q marked this pull request as draft July 16, 2024 09:16
@hugrbot hugrbot closed this Jul 19, 2024
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.

5 participants