Skip to content

Commit

Permalink
chore: Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed May 25, 2024
1 parent 7284cfc commit 6386305
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# 📜 Changelog

All notable changes to this project will be documented in this file.

## [0.1.2](https://github.com/vemonet/nanopub-rs/compare/v0.1.1..0.1.2) - 2024-05-25

### ⛰️ Features

- Add functions to standardize prefix, CURIE, and URI. Add `Converter::from_shacl()` loader using the sophia library for RDF manipulation. All functions added to the rust library are now also available in python and JS - ([ae67b97](https://github.com/vemonet/nanopub-rs/commit/ae67b97191885757f89ea3df2c9fd4042e1afad5))
- Add functions `compress_or_standardize`, `expand_or_standardize`, `is_uri`, `is_curie`. Add git cliff to generate `CHANGELOG.md` and release notes - ([b663c97](https://github.com/vemonet/nanopub-rs/commit/b663c97f5709ad48ab3945504586f743f0a418fd))

### 🐛 Bug Fixes

- Fix import in example - ([888884d](https://github.com/vemonet/nanopub-rs/commit/888884d91f2eab7a7bed7385aacccb87b306443d))
- Fix build - ([a67cc85](https://github.com/vemonet/nanopub-rs/commit/a67cc85d618c3f8347dd8cdbac88ba3546fda71e))
- Fix build workflow - ([79dc308](https://github.com/vemonet/nanopub-rs/commit/79dc308f4a79cfc60ef061d12f358320fb9475ce))
- Fix R tests - ([0e7c00e](https://github.com/vemonet/nanopub-rs/commit/0e7c00e6531487736641db91c12534f6a890dbb5))
- Fixing windows aarch64 build workflow - ([6071940](https://github.com/vemonet/nanopub-rs/commit/6071940c72caee712ec0ea8175192e2e79c034b2))

### 📚 Documentation

- Use codeblocks tabs for the different languages - ([a8e9dd0](https://github.com/vemonet/nanopub-rs/commit/a8e9dd03ffda2161d45f1b693b4854c2cfd000ba))

## [0.1.1](https://github.com/vemonet/nanopub-rs/compare/v0.1.0..v0.1.1) - 2024-01-02

## [0.1.0](https://github.com/vemonet/nanopub-rs/tree/v0.1.0) - 2024-01-02

### 🐛 Bug Fixes

- Fix example - ([7a7e9ab](https://github.com/vemonet/nanopub-rs/commit/7a7e9abdf2da8368cf508a434e5660302105b450))
- Fix cov script - ([fb1b91a](https://github.com/vemonet/nanopub-rs/commit/fb1b91a78ae03b269eb5319ff0b87d72725fd324))

### 📚 Documentation

- Docs - ([7b06126](https://github.com/vemonet/nanopub-rs/commit/7b0612670d8f207ea6d8ec8bd0e8415de27b81e2))

<!-- generated by git-cliff -->
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
]

[workspace.package]
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "Idiomatic conversion between URIs and compact URIs (CURIEs)"
readme = "README.md"
Expand All @@ -25,7 +25,7 @@ authors = [
]

[workspace.dependencies]
curies = { version = "0.1.1", path = "./lib" }
curies = { version = "0.1.2", path = "./lib" }
serde = { version = "1.0" }

[profile.release]
Expand Down

0 comments on commit 6386305

Please sign in to comment.