Skip to content

Commit 93918e8

Browse files
committed
fix include
1 parent 2fc4f8d commit 93918e8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.1.2] - 2023-02-27
8+
Fixed include in Cargo.toml
9+
710
## [0.1.1] - 2023-02-27
811
Fixed URLs in Cargo.toml
912

1013
## [0.1.0] - 2023-02-27
1114
Initial release
1215

13-
[unreleased]: https://github.com/ModProg/interpolator/compare/v0.1.1...HEAD
16+
[unreleased]: https://github.com/ModProg/interpolator/compare/v0.1.2...HEAD
17+
[0.1.2]: https://github.com/ModProg/interpolator/v0.1.2
1418
[0.1.1]: https://github.com/ModProg/interpolator/v0.1.1
1519
[0.1.0]: https://github.com/ModProg/interpolator/v0.1.0

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "interpolator"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
categories = ["template-engine", "value-formatting", "text-processing"]
66
description = "runtime format strings, fully compatible with std's macros"
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
readme = "README.md"
1010
repository = "https://github.com/ModProg/interpolator"
1111
documentation = "https://docs.rs/interpolator"
12-
include = ["src/**/*", "README.md", "CHANGELOG.md"]
12+
include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
1313

1414
[features]
1515
# default = ["debug", "number", "pointer"]

0 commit comments

Comments
 (0)