Skip to content

Commit

Permalink
chore: 🤖 release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stepankuzmin committed Mar 16, 2019
1 parent a7c1793 commit ca4bf11
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="0.3.0"></a>

## 0.3.0 (2019-03-16)

#### Features

- 🎸 add watch mode for dynamic source updates #12 ([5eeef48b](https://github.com/urbica/martin/commit/5eeef48b30ae22df83d1cff12ea1c6410e741b6b))
- 🎸 add database `connection_string` support in config ([0eb5115b](https://github.com/urbica/martin/commit/0eb5115ba161e3d40e74fab4814d171b55de6804))

#### Bug Fixes

- 🐛 check if PostGIS is installed when starting ([e7c4dcfa](https://github.com/urbica/martin/commit/e7c4dcfa140fa6bc774fe185cb57159eeb9062e7))

#### BREAKING CHANGES

- 💡 remove table sources filter support ([a7c17934](https://github.com/urbica/martin/commit/a7c17934e2ea4188b2d4bd20e714441f30ea2731))

<a name="0.2.0"></a>

## 0.2.0 (2018-11-02)
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.2.0"
version = "0.3.0"
authors = ["Stepan Kuzmin <to.stepan.kuzmin@gmail.com>"]

[dependencies]
Expand Down

0 comments on commit ca4bf11

Please sign in to comment.