Skip to content

Commit

Permalink
Version 0.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
timothee-haudebourg committed Oct 18, 2023
1 parent 6afc956 commit 16efeee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.17.5] - 2023-10-18

### Added

- [6afc956] Add default parameter for `Generator`.

### Changed

- [6afc956] Change (swap) type parameters for `WithGenerator`.

## [0.17.4] - 2023-10-18

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rdf-types"
version = "0.17.4"
version = "0.17.5"
edition = "2021"
authors = ["Timothée Haudebourg <[email protected]>"]
description = "Common RDF types definitions."
Expand Down

0 comments on commit 16efeee

Please sign in to comment.