File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 0.1.3] - 2025-10-04
8+ ## [ 0.1.3] - 2025-10-11
99
1010### Changed
1111
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414- JSON logging now enabled for all test runs (both local and CI) to ensure tests catch production bugs
1515 - Previously only enabled for CI test runs, now always enabled in test environment
1616 - This ensures local tests match CI behavior and catch serialization issues early
17+ - Fixed host authorization app
1718
1819## [ 0.1.2] - 2025-10-03
1920
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- logstruct (0.1.2 )
4+ logstruct (0.1.3 )
55 lograge (>= 0.11 )
66 rails (>= 7.1 )
77 semantic_logger (~> 4.15 )
Original file line number Diff line number Diff line change 22# frozen_string_literal: true
33
44module LogStruct
5- VERSION = "0.1.2 "
5+ VERSION = "0.1.3 "
66end
You can’t perform that action at this time.
0 commit comments