From fca255a3183b4a0b46ba97fa9e1464428780afe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Haudebourg?= Date: Mon, 25 Mar 2024 17:07:42 +0100 Subject: [PATCH] Version 0.22.1 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50fabc0..0e065fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.22.1] - 2024-03-25 + +### Added + +- [1dc4940] Add `vocabulary::ByRef`. +- [1dc4940] Add `vocabulary::Predicate`. +- [1dc4940] Impl `ExtractFromVocabulary` for `Triple`. +- [1dc4940] Impl `ExtractedFromVocabulary` for `Triple`. + ## [0.22.0] - 2024-03-22 ### Added diff --git a/Cargo.toml b/Cargo.toml index 5b334aa..cb8c7a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT/Apache-2.0" readme = "README.md" edition = "2021" rust-version = "1.70.0" -version = "0.22.0" +version = "0.22.1" [features] default = []