Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the repository for the 1.4.1 release by bumping version numbers and updating user-facing Docker usage references across docs and tooling, while also updating the Rust lockfile.
Changes:
- Bump
martinandmartin-uiversions to1.4.1and add a1.4.1changelog entry. - Update docs/demo/justfile Docker image tags from
1.4.0to1.4.1. - Update
Cargo.lockwith a broad set of dependency version changes.
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| martin/martin-ui/package.json | Bumps UI package version to 1.4.1. |
| martin/CHANGELOG.md | Adds the 1.4.1 release section. |
| martin/Cargo.toml | Bumps martin crate version to 1.4.1. |
| justfile | Updates docker-run image tag to 1.4.1. |
| docs/content/run-with-lambda.md | Updates Docker image tag references to 1.4.1. |
| docs/content/run-with-docker.md | Updates Docker image tag references to 1.4.1. |
| docs/content/run-with-docker-compose.md | Updates Compose example image tag to 1.4.1. |
| docs/content/installation.md | Updates Docker command example image tag to 1.4.1. |
| demo/docker-compose.yml | Updates demo Compose image tag to 1.4.1. |
| Cargo.lock | Updates locked dependency versions (includes versions currently banned by deny.toml). |
martin/CHANGELOG.md
Outdated
Comment on lines
+10
to
+15
| ## [1.4.1](https://github.com/maplibre/martin/compare/martin-v1.4.0...martin-v1.4.1) - 2026-03-15 | ||
|
|
||
| ### Other | ||
|
|
||
| - *(perf)* don't test pg twice ([#2619](https://github.com/maplibre/martin/pull/2619)) | ||
|
|
635a4b0 to
8430e14
Compare
bf62a44 to
23bbb25
Compare
fc73289 to
d34f98b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 New release
martin: 1.4.0 -> 1.5.0Changelog
This PR was generated with release-plz.