Skip to content

Commit 88b8fa8

Browse files
committed
Version 0.5.2
1 parent 35d2341 commit 88b8fa8

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.5.2] - 2026-02-03
9+
10+
### Fixed
11+
12+
- **`to_html` compatibility with awesome_print**: Use `AmazingPrint::Inspector` directly instead of the `ai()` method to avoid conflicts when the `awesome_print` gem is also present in a project.
13+
14+
- **`to_html` formatting**: Wrap output in `<pre>` tags with proper styling to preserve newlines and formatting in HTML views.
15+
16+
### Changed
17+
18+
- **Ruby version requirement**: Now supports Ruby 4.0+ (changed from `~> 3.2` to `>= 3.2`).
19+
820
## [0.5.0] - 2025-12-05
921

1022
### Breaking Changes

ai-chat.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "ai-chat"
5-
spec.version = "0.5.1"
5+
spec.version = "0.5.2"
66
spec.authors = ["Raghu Betina", "Jelani Woods"]
77
spec.email = ["raghu@firstdraft.com", "jelani@firstdraft.com"]
88
spec.homepage = "https://github.com/firstdraft/ai-chat"

0 commit comments

Comments
 (0)