Skip to content

Commit

Permalink
Merge pull request #108 from tmknight/develop
Browse files Browse the repository at this point in the history
v0.13.7
  • Loading branch information
tmknight authored Aug 21, 2024
2 parents 1e97664 + bf020b4 commit ce21ebc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2,092 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
# Cargo.lock
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]

## 0.13.7

### Changed

- Bump bollard from 0.17.0 to 0.17.1 (which includes bumping various build dependencies)
- Remove static Cargo.lock to allow for more seamless automated updates (let Cargo.toml guide updates)

## 0.13.6

### Changed
Expand Down
Loading

0 comments on commit ce21ebc

Please sign in to comment.