Skip to content

Commit a3223c4

Browse files
Merge branch 'main' into hexdisplay
2 parents 1dfa2eb + 1b716a2 commit a3223c4

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Pull Request
2+
on:
3+
pull_request:
4+
types: [opened, reopened, edited]
5+
jobs:
6+
release:
7+
uses: modbus2mqtt/specification/.github/workflows/pull.yml@main
8+
permissions:
9+
contents: write

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog for angular
22

3-
## [v0.12.19](https://github.com/volkmarnissen/angular/tree/v0.12.19) (2025-01-16)
3+
## [Unreleased](https://github.com/modbus2mqtt/angular/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/modbus2mqtt/angular/compare/v0.12.22...HEAD)
6+
7+
**Merged pull requests:**
8+
9+
- Enable Display and Input in Hex format for modbus Addresses [\#14](https://github.com/modbus2mqtt/angular/pull/14) ([volkmarnissen](https://github.com/volkmarnissen))
10+
11+
## [v0.12.22](https://github.com/modbus2mqtt/angular/tree/v0.12.22) (2025-09-03)
412

513
[Full Changelog](https://github.com/volkmarnissen/angular/compare/v0.12.18...v0.12.19)
614

0 commit comments

Comments
 (0)