Skip to content

Commit

Permalink
chore: Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Aug 22, 2024
1 parent d9b6414 commit 4ffafda
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,21 @@

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
## [0.1.3](https://github.com/vemonet/nanopub-rs/compare/v0.1.2..0.1.3) - 2024-08-22

### ⛰️ Features

- [**breaking**] Add passthrough param to the compress_list and expand_list functions (default to true for python and JS bindings) - ([b7fae77](https://github.com/vemonet/nanopub-rs/commit/b7fae778c76eeaf9453dbe8362f5a69ee92141ec))

### 🐛 Bug Fixes

- Fix reqwest version to avoid vulnerability - ([d9b6414](https://github.com/vemonet/nanopub-rs/commit/d9b6414381ea1f8d585125a10bc6d1a833d67253))

### 🛠️ Miscellaneous Tasks

- Fix version in github action workflow - ([df2a833](https://github.com/vemonet/nanopub-rs/commit/df2a8335235d3452bade8131eb42762e11cf438f))

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

### ⛰️ Features

Expand All @@ -21,6 +35,10 @@ All notable changes to this project will be documented in this file.

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

### 🛠️ Miscellaneous Tasks

- Bump version to 0.1.2 - ([6386305](https://github.com/vemonet/nanopub-rs/commit/6386305ea108885d323b11ef71c7f4de733068d1))

## [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
Expand Down
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.2"
version = "0.1.3"
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.2", path = "./lib" }
curies = { version = "0.1.3", path = "./lib" }
serde = { version = "1.0" }

[profile.release]
Expand Down

0 comments on commit 4ffafda

Please # to comment.