Skip to content

Commit

Permalink
Bump bugfix version
Browse files Browse the repository at this point in the history
  • Loading branch information
idanarye committed Aug 3, 2023
1 parent a48ed34 commit de2272b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## 0.15.2 - 2023-08-03
### Fixed
- Fix const generics generating "empty" entries in some lists, resulting in
consecutive commas (see issue #106)

## 0.15.1 - 2023-07-10
### Fixed
- no-std build.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "./typed-builder-macro"]

[workspace.package]
description = "Compile-time type-checked builder derive"
version = "0.15.1"
version = "0.15.2"
authors = ["IdanArye <[email protected]>", "Chris Morgan <[email protected]>"]
edition = "2021"
license = "MIT/Apache-2.0"
Expand All @@ -27,4 +27,4 @@ keywords.workspace = true
categories.workspace = true

[dependencies]
typed-builder-macro = { path = "typed-builder-macro", version = "=0.15.1" }
typed-builder-macro = { path = "typed-builder-macro", version = "=0.15.2" }

0 comments on commit de2272b

Please sign in to comment.