Skip to content

Commit

Permalink
release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxblade committed Jan 1, 2025
1 parent 6d04f27 commit e83a18f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.6.2

### Added

* Added `Camille::Rendered` to store type-checked JSON string. Using this can skip type-check and JSON rendering.
* Added `Camille::Checked#render` to generate `Camille::Rendered`.

### Changed

* Use `JSON.dump` instead of ActiveSupport `.to_json`.

## 0.6.1

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/camille/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Camille
VERSION = "0.6.1"
VERSION = "0.6.2"
end

0 comments on commit e83a18f

Please sign in to comment.