Skip to content

Commit

Permalink
chore: release v0.2.1 with a notice about the crate rename
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Apr 15, 2024
1 parent 4985850 commit 9960de2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.1 (2024-04-15)

> ⚠ This crate has been renamed to [`hugr`](https://crates.io/crates/hugr)
Please use the new package instead.

## 0.2.0 (2024-02-20)

### Documentation
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "quantinuum-hugr"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
rust-version = "1.75"

license = "Apache-2.0"
readme = "README.md"
documentation = "https://docs.rs/hugr/"
repository = "https://github.com/CQCL/hugr"
description = "Quantinuum's Hierarchical Unified Graph Representation"
description = "⚠ This crate has been renamed to `hugr` ⚠"
keywords = ["Quantum", "Quantinuum"]
categories = ["Compilers"]

Expand Down
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
quantinuum-hugr
===============
# ⚠ This crate has been renamed to [`hugr`](https://crates.io/crates/hugr)

Please use the new package instead.

hugr
====

[![build_status][]](https://github.com/CQCL/hugr/actions)
[![crates][]](https://crates.io/crates/quantinuum-hugr)
[![crates][]](https://crates.io/crates/hugr)
[![msrv][]](https://github.com/CQCL/hugr)
[![codecov][]](https://codecov.io/gh/CQCL/hugr)

Expand All @@ -20,7 +24,7 @@ The HUGR specification is [here](https://github.com/CQCL/hugr/blob/main/specific
Add the dependency to your project:

```bash
cargo add quantinuum-hugr
cargo add hugr
```

The library crate is called `hugr`.
Expand All @@ -47,10 +51,10 @@ See [DEVELOPMENT.md](https://github.com/CQCL/hugr/blob/main/DEVELOPMENT.md) for

This project is licensed under Apache License, Version 2.0 ([LICENSE][] or http://www.apache.org/licenses/LICENSE-2.0).

[API documentation here]: https://docs.rs/quantinuum-hugr/
[API documentation here]: https://docs.rs/hugr/
[build_status]: https://github.com/CQCL/hugr/workflows/Continuous%20integration/badge.svg?branch=main
[msrv]: https://img.shields.io/badge/rust-1.75.0%2B-blue.svg
[crates]: https://img.shields.io/crates/v/quantinuum-hugr
[crates]: https://img.shields.io/crates/v/hugr
[codecov]: https://img.shields.io/codecov/c/gh/CQCL/hugr?logo=codecov
[LICENSE]: https://github.com/CQCL/hugr/blob/main/LICENCE
[CHANGELOG]: https://github.com/CQCL/hugr/blob/main/CHANGELOG.md

0 comments on commit 9960de2

Please sign in to comment.