Skip to content

Commit

Permalink
Prepare 0.2.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Jul 11, 2024
1 parent 54636ac commit c39c610
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog

## 0.2.9 - 2024-07-11

## 0.2.7 - 2023-12-29
* Fix parsing of multi-lines string (#25)
* Fix `out_of_scope_macro_calls` compatibility warning
* Fix documentation having too many `#` (#22)

## 0.2.8 - 2023-12-29

* Remove `\n` between features (#17)
* Don't throw an error when there is no features in Cargo.toml (#20)
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

[package]
name = "document-features"
version = "0.2.8"
authors = ["Slint Developers <info@slint-ui.com>"]
version = "0.2.9"
authors = ["Slint Developers <info@slint.dev>"]
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/slint-ui/document-features"
homepage = "https://slint-ui.com"
homepage = "https://slint.rs"
description = "Extract documentation for the feature flags from comments in Cargo.toml"
categories = ["development-tools"]
keywords = ["documentation", "features", "rustdoc", "macro"]
Expand Down

0 comments on commit c39c610

Please sign in to comment.