|
2 | 2 |
|
3 | 3 | A production-ready MQTT proxy for Meshtastic devices that enables bidirectional message forwarding between Meshtastic nodes and MQTT brokers. Supports TCP and Serial interface connections with a clean factory pattern architecture. |
4 | 4 |
|
5 | | -**Version**: 1.6.3 |
| 5 | +**Version**: 1.6.4 |
6 | 6 |
|
7 | 7 | ## Features |
8 | 8 |
|
@@ -438,28 +438,28 @@ Because this repository enforces **Pull Request requirements** for the `master` |
438 | 438 |
|
439 | 439 | 1. **Create a Release Branch:** |
440 | 440 | ```bash |
441 | | - git checkout -b release/v1.6.3 |
| 441 | + git checkout -b release/v1.6.4 |
442 | 442 | ``` |
443 | 443 |
|
444 | 444 | 2. **Run the Release Script:** |
445 | 445 | Use the provided automation script to bump the version in `version.py` and `README.md`: |
446 | 446 | ```bash |
447 | | - python scripts/release.py 1.6.3 |
| 447 | + python scripts/release.py 1.6.4 |
448 | 448 | ``` |
449 | | - *This will create a local "chore: release v1.6.3" commit and a local `v1.6.3` tag.* |
| 449 | + *This will create a local "chore: release v1.6.4" commit and a local `v1.6.4` tag.* |
450 | 450 |
|
451 | 451 | 3. **Push and Open a PR:** |
452 | 452 | Push the branch and open a Pull Request to `master`. |
453 | 453 | ```bash |
454 | | - git push origin release/v1.6.3 |
| 454 | + git push origin release/v1.6.4 |
455 | 455 | ``` |
456 | 456 |
|
457 | 457 | 4. **Merge and Tag:** |
458 | 458 | Once the PR is merged into `master`, push the local tag to GitHub to trigger the release pipeline: |
459 | 459 | ```bash |
460 | 460 | git checkout master |
461 | 461 | git pull |
462 | | - git push origin v1.6.3 |
| 462 | + git push origin v1.6.4 |
463 | 463 | ``` |
464 | 464 |
|
465 | 465 | The GitHub Actions will automatically detect the new tag, build the Windows executable, and publish the Docker images. |
@@ -500,7 +500,7 @@ while the source code of this proxy is MIT licensed, it depends on third-party l |
500 | 500 |
|
501 | 501 | - **Issues**: [GitHub Issues](https://github.com/LN4CY/mqtt-proxy/issues) |
502 | 502 | - **Meshtastic Discord**: [Join](https://discord.gg/meshtastic) |
503 | | -- **Version**: 1.6.3 |
| 503 | +- **Version**: 1.6.4 |
504 | 504 | - **Documentation**: [Configuration Guide](CONFIG.md) | [Architecture](ARCHITECTURE.md) |
505 | 505 |
|
506 | 506 | ## Roadmap |
|
0 commit comments