Skip to content

Commit

Permalink
Bump version to 1.1.1 and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDaemoness committed Aug 29, 2024
1 parent 96f9e24 commit 14f64d1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 1.x

## 1.1.1 (2024-08-29)

- Update testing instructions to work with the latest versions of cmake+ctest.
- Fix `/*` matching too broadly (#12).

## 1.1.0 (2024-03-26)

- Added optional `spelling_language` parsing for EditorConfig `0.16.0`.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ edition = "2021"

authors = ["TheDaemoness"]
include = ["/src", "/README.md", "/rustdoc.md"]
rust-version = "1.56" # 2021 edition
version = "1.1.0"
rust-version = "1.56" # 2021 edition
version = "1.1.1"

[workspace]
members = ["tools"]
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ To run the test suite, run the following commands in a POSIX-like shell:
```bash
cargo build --package ec4rs_tools
git submodule update --init --recursive
cmake -DEDITORCONFIG_CMD="$PWD/target/debug/ec4rs-parse" -Stests -Btests
ctest --test-dir tests
cd tests
cmake -DEDITORCONFIG_CMD="$PWD/../target/debug/ec4rs-parse" .
ctest .
```

## License
Expand Down

0 comments on commit 14f64d1

Please sign in to comment.