Skip to content

Commit

Permalink
Version bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWilsn committed Oct 26, 2023
1 parent 2ce26b5 commit 8804230
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## 0.7.0 - 2023-10-23

_Breaks compatibility with `--config` and `default_lints`._

### Changed

- Add `prefix` (eg. `eip-`) and `suffix` (eg. `.md`) options to
`markdown::proposal_ref` lint.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = [ "eipw-lint", "eipw-lint-js" ]
[package]
name = "eipw"
description = "Ethereum Improvement Proposal linter that's one more than eipv"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
license = "MPL-2.0"
rust-version = "1.69"
Expand All @@ -16,7 +16,7 @@ repository = "https://github.com/ethereum/eipw"
annotate-snippets = "0.9.1"
tokio = { version = "1.29.0", features = [ "macros" ] }
clap = { version = "4.3.9", features = [ "derive" ] }
eipw-lint = { version = "0.6.0", path = "eipw-lint", features = [ "tokio" ] }
eipw-lint = { version = "0.7.0", path = "eipw-lint", features = [ "tokio" ] }
serde_json = "1.0.99"
thiserror = "1.0.40"
toml = "0.7.5"
Expand Down
4 changes: 2 additions & 2 deletions eipw-lint-js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eipw-lint-js"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
license = "MPL-2.0"
rust-version = "1.69"
Expand All @@ -23,7 +23,7 @@ wasm-bindgen = { version = "0.2.87", features = [ "serde-serialize" ] }
serde-wasm-bindgen = "0.5"
wasm-bindgen-futures = "0.4.37"
console_error_panic_hook = { version = "0.1.7", optional = true }
eipw-lint = { version = "0.6.0", path = "../eipw-lint" }
eipw-lint = { version = "0.7.0", path = "../eipw-lint" }
js-sys = "0.3.64"
serde_json = "1.0.99"
serde = { version = "1.0", features = [ "derive" ] }
Expand Down
2 changes: 1 addition & 1 deletion eipw-lint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eipw-lint"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
license = "MPL-2.0"
rust-version = "1.69"
Expand Down

0 comments on commit 8804230

Please sign in to comment.