Skip to content

Commit 02c4f3e

Browse files
committed
bump version to 0.1.3
1 parent 88307fc commit 02c4f3e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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)

lib/log_struct/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module LogStruct
5-
VERSION = "0.1.2"
5+
VERSION = "0.1.3"
66
end

0 commit comments

Comments
 (0)