Skip to content

Commit

Permalink
release: bumps omics-coordinate version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Jan 3, 2025
1 parent d33e9af commit 09549b6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions omics-coordinate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.2.0 - 01-03-2025

### Added

- An initial set of benchmarks for some of the foundation data elements
Expand Down
2 changes: 1 addition & 1 deletion omics-coordinate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "omics-coordinate"
version = "0.1.0"
version = "0.2.0"
description = "Foundational representations of coordinates in the Rust omics ecosystem"
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion omics-variation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository.workspace = true
rust-version.workspace = true

[dependencies]
omics-coordinate = { path = "../omics-coordinate", version = "0.1.0" }
omics-coordinate = { path = "../omics-coordinate", version = "0.2.0" }
omics-core = { path = "../omics-core", version = "0.1.0" }
omics-molecule = { path = "../omics-molecule", version = "0.1.0" }

Expand Down
2 changes: 1 addition & 1 deletion omics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version.workspace = true

[dependencies]
omics-core = { path = "../omics-core", version = "0.1.0", optional = true }
omics-coordinate = { path = "../omics-coordinate", version = "0.1.0", optional = true }
omics-coordinate = { path = "../omics-coordinate", version = "0.2.0", optional = true }
omics-molecule = { path = "../omics-molecule", version = "0.1.0", optional = true }
omics-variation = { path = "../omics-variation", version = "0.1.0", optional = true }

Expand Down

0 comments on commit 09549b6

Please sign in to comment.