Skip to content

Commit

Permalink
v0.9.3 cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Oct 12, 2023
1 parent dee3431 commit f40090a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 18 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/grcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ on:
- '**.md'
- 'demo/**'
- 'docs/**'
- 'HomebrewFormula/**'
pull_request:
branches: [ main ]
paths-ignore:
- '**.md'
- 'demo/**'
- 'docs/**'
- 'HomebrewFormula/**'
workflow_dispatch:

jobs:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

<!-- next-header -->

# ATTENTION
This file is currently not maintained. See [release](https://github.com/maplibre/martin/releases) instead.

## [Unreleased] - ReleaseDate

### ⚠ BREAKING CHANGES
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.

5 changes: 2 additions & 3 deletions martin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Yuri Astrakhan <[email protected]>", "MapLibre contributors"]
description = "Blazing fast and lightweight tile server with PostGIS, MBTiles, and PMTiles support"
keywords = ["maps", "tiles", "mbtiles", "pmtiles", "postgis"]
Expand Down

0 comments on commit f40090a

Please sign in to comment.