Skip to content

Commit

Permalink
chore: 🤖 release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepan Kuzmin committed Oct 7, 2019
1 parent 856c93c commit 9c2dea4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.4.0](https://github.com/urbica/martin/compare/v0.3.0...v0.4.0) (2019-09-30)
### [0.4.1](https://github.com/urbica/martin/compare/v0.4.0...v0.4.1) (2019-10-07)

### Bug Fixes

- 🐛 Fix PostGIS version check (#23) (h/t [Krizz](https://github.com/Krizz))

## [0.4.0](https://github.com/urbica/martin/compare/v0.3.0...v0.4.0) (2019-09-30)

### ⚠ BREAKING CHANGES

* renamed CLI args: keep_alive -> keep-alive, listen_addresses ->
listen-addresses, pool_size -> pool-size
- renamed CLI args: keep_alive -> keep-alive, listen_addresses ->
listen-addresses, pool_size -> pool-size

### Bug Fixes

* 🐛 use dashes in CLI args instead of underscore ([13bec40](https://github.com/urbica/martin/commit/13bec40)), closes [#21](https://github.com/urbica/martin/issues/21)
- 🐛 use dashes in CLI args instead of underscore ([13bec40](https://github.com/urbica/martin/commit/13bec40)), closes [#21](https://github.com/urbica/martin/issues/21)

## [0.3.0](https://github.com/urbica/martin/compare/v0.2.0...v0.3.0) (2019-03-16)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "martin"
version = "0.4.0"
version = "0.4.1"
authors = ["Stepan Kuzmin <[email protected]>"]

[dependencies]
Expand Down

0 comments on commit 9c2dea4

Please sign in to comment.