File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.1.2] - 2023-02-27
8
+ Fixed include in Cargo.toml
9
+
7
10
## [ 0.1.1] - 2023-02-27
8
11
Fixed URLs in Cargo.toml
9
12
10
13
## [ 0.1.0] - 2023-02-27
11
14
Initial release
12
15
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
14
18
[ 0.1.1 ] : https://github.com/ModProg/interpolator/v0.1.1
15
19
[ 0.1.0 ] : https://github.com/ModProg/interpolator/v0.1.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " interpolator"
3
- version = " 0.1.1 "
3
+ version = " 0.1.2 "
4
4
edition = " 2021"
5
5
categories = [" template-engine" , " value-formatting" , " text-processing" ]
6
6
description = " runtime format strings, fully compatible with std's macros"
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
9
9
readme = " README.md"
10
10
repository = " https://github.com/ModProg/interpolator"
11
11
documentation = " https://docs.rs/interpolator"
12
- include = [" src/**/*" , " README.md" , " CHANGELOG.md" ]
12
+ include = [" src/**/*" , " LICENSE-* " , " README.md" , " CHANGELOG.md" ]
13
13
14
14
[features ]
15
15
# default = ["debug", "number", "pointer"]
You can’t perform that action at this time.
0 commit comments