Skip to content

Commit

Permalink
Bump version and add date to Changes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Jun 16, 2024
1 parent cec08d7 commit 4ff246e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/houseabsolute/precious"
version = "0.7.2"
version = "0.7.3"

[[bin]]
name = "precious"
Expand All @@ -43,9 +43,9 @@ log = "0.4.21"
md5 = "0.7.0"
once_cell = "1.19.0"
pathdiff = "0.2.1"
precious-core = { version = "0.7.2", path = "./precious-core" }
precious-helpers = { version = "0.7.2", path = "./precious-helpers" }
precious-testhelper = { version = "0.7.2", path = "./precious-testhelper" }
precious-core = { version = "0.7.3", path = "./precious-core" }
precious-helpers = { version = "0.7.3", path = "./precious-helpers" }
precious-testhelper = { version = "0.7.3", path = "./precious-testhelper" }
pretty_assertions = "1.4.0"
prettytable = "0.10.0"
pushd = "0.0.1"
Expand Down
2 changes: 2 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- next-header -->

## 0.7.3 2024-06-16

- The generated config for Go projects no longer uses `golangci-lint` for code formatting. Instead,
it is configured to use [`gofumpt`](https://github.com/mvdan/gofumpt).
- The generated config for `golangci-lint` creates a config file named `.golangci.yml` file instead
Expand Down

0 comments on commit 4ff246e

Please sign in to comment.