diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 5cbec58c4..1fad55133 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -1,20 +1,18 @@ name: Benchmark on: -# pull_request: -# types: [ opened, synchronize, reopened ] +# push: +# branches: [ main ] # paths-ignore: # - '**.md' # - 'demo/**' # - 'docs/**' -# - 'homebrew-formula/**' -# push: -# branches: [ main ] +# pull_request: +# types: [ opened, synchronize, reopened ] # paths-ignore: # - '**.md' # - 'demo/**' # - 'docs/**' -# - 'homebrew-formula/**' workflow_dispatch: jobs: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aca897934..44750163f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,18 +3,12 @@ name: CI on: push: branches: [ main ] - paths-ignore: - - '**.md' - - 'demo/**' - - 'docs/**' - - 'HomebrewFormula/**' pull_request: branches: [ main ] paths-ignore: - '**.md' - 'demo/**' - 'docs/**' - - 'HomebrewFormula/**' release: types: [ published ] workflow_dispatch: diff --git a/.github/workflows/grcov.yml b/.github/workflows/grcov.yml index 4d7f22b44..a79833858 100644 --- a/.github/workflows/grcov.yml +++ b/.github/workflows/grcov.yml @@ -7,14 +7,12 @@ on: - '**.md' - 'demo/**' - 'docs/**' - - 'HomebrewFormula/**' pull_request: branches: [ main ] paths-ignore: - '**.md' - 'demo/**' - 'docs/**' - - 'HomebrewFormula/**' workflow_dispatch: jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md index ea88cc71b..bfa6652ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ +# ATTENTION +This file is currently not maintained. See [release](https://github.com/maplibre/martin/releases) instead. + ## [Unreleased] - ReleaseDate ### ⚠ BREAKING CHANGES diff --git a/Cargo.lock b/Cargo.lock index 12047afcc..0eb032c27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1726,7 +1726,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "martin" -version = "0.9.1" +version = "0.9.3" dependencies = [ "actix", "actix-cors", diff --git a/martin/Cargo.toml b/martin/Cargo.toml index 727317cea..750dca484 100644 --- a/martin/Cargo.toml +++ b/martin/Cargo.toml @@ -1,8 +1,7 @@ [package] name = "martin" -# Make sure to update /home/nyurik/dev/rust/martin/HomebrewFormula/martin.rb version -# Once the release is published with the hash -version = "0.9.1" +# Once the release is published with the hash, update https://github.com/maplibre/homebrew-martin +version = "0.9.3" authors = ["Stepan Kuzmin ", "Yuri Astrakhan ", "MapLibre contributors"] description = "Blazing fast and lightweight tile server with PostGIS, MBTiles, and PMTiles support" keywords = ["maps", "tiles", "mbtiles", "pmtiles", "postgis"]