Skip to content

Commit

Permalink
Bump version to v1.0.0 (#111)
Browse files Browse the repository at this point in the history
* SPIR-Q core 1.0

* v1.0
  • Loading branch information
PENGUINLIONG authored Dec 15, 2023
1 parent 1401339 commit 37ec90c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spirq-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spirq-core"
version = "0.6.4"
version = "1.0.0"
authors = ["PENGUINLIONG <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
16 changes: 16 additions & 0 deletions spirq-core/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# SPIR-Q Core

[![Build Status](https://travis-ci.com/PENGUINLIONG/spirq-rs.svg?branch=master)](https://travis-ci.com/PENGUINLIONG/spirq-rs)
[![Crate](https://img.shields.io/crates/v/spirq-core)](https://crates.io/crates/spirq-core)
[![Documentation](https://docs.rs/spirq-core/badge.svg)](https://docs.rs/spirq-core)

SPIR-Q Core contains the foundational structures and functions in the SPIR-Q ecosystem.

## License

This project is licensed under either of

* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)

at your option.
4 changes: 2 additions & 2 deletions spirq/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spirq"
version = "0.6.4"
version = "1.0.0"
authors = ["PENGUINLIONG <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -18,7 +18,7 @@ maintenance = { status = "actively-developed" }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
spirq-core = { version = "0.6.4", path = "../spirq-core" }
spirq-core = { version = "1.0.0", path = "../spirq-core" }
num-traits = "0.2"
num-derive = "0.4"
fnv = "1.0.7"
Expand Down

0 comments on commit 37ec90c

Please sign in to comment.