Skip to content

Commit

Permalink
fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
ModProg committed Feb 27, 2023
1 parent 2fc4f8d commit 93918e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,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.1.2] - 2023-02-27
Fixed include in Cargo.toml

## [0.1.1] - 2023-02-27
Fixed URLs in Cargo.toml

## [0.1.0] - 2023-02-27
Initial release

[unreleased]: https://github.com/ModProg/interpolator/compare/v0.1.1...HEAD
[unreleased]: https://github.com/ModProg/interpolator/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/ModProg/interpolator/v0.1.2
[0.1.1]: https://github.com/ModProg/interpolator/v0.1.1
[0.1.0]: https://github.com/ModProg/interpolator/v0.1.0
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "interpolator"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
categories = ["template-engine", "value-formatting", "text-processing"]
description = "runtime format strings, fully compatible with std's macros"
Expand All @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/ModProg/interpolator"
documentation = "https://docs.rs/interpolator"
include = ["src/**/*", "README.md", "CHANGELOG.md"]
include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]

[features]
# default = ["debug", "number", "pointer"]
Expand Down

0 comments on commit 93918e8

Please sign in to comment.