Skip to content

Commit

Permalink
Add release notes for v5.66
Browse files Browse the repository at this point in the history
  • Loading branch information
DougLau committed Jan 27, 2025
1 parent 706ebce commit 9229b5c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["honeybee", "mayfly", "bulb", "rendzina", "resources"]
resolver = "2"

[workspace.package]
version = "5.65.3"
version = "5.66.0"
edition = "2021"

[workspace.dependencies]
Expand Down
6 changes: 6 additions & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# IRIS 5.x Release Notes

5.66.0 (27 Jan 2025)
- Add `cpark` driver for Drivewyze Central Park API
- Show offline device status as `OFFLINE`
- Fix controller `status` read on startup
- Fix ramp meter state matching for CD road meters

5.65.0 (13 Jan 2025)
- Add ramp meter `fault` column to diagnose setup problems
- Allow creating sign message with only DMS hashtag permission
Expand Down
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=iris
version=5.65.3
version=5.66.0
jna_version=5.5.0
gst_java_version=1.2.0
gstreamer_version=1.16.2
Expand Down
2 changes: 1 addition & 1 deletion sql/tms-template.sql
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ camera_stream_controls_enable false
cap_xml_save_enable true
clearguide_key
client_units_si true
database_version 5.65.0
database_version 5.66.0
detector_auto_fail_enable true
detector_data_archive_enable true
detector_occ_spike_secs 60
Expand Down

0 comments on commit 9229b5c

Please sign in to comment.