Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kanety committed Jul 25, 2023
1 parent 71cd02a commit 02c269e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.5.1

* Fix max length of inspected string.
* Fix inspect of nil.
* Fix inspect of objects with id or attributes.

## 0.5.0

* Simplify inspect of context.
Expand Down
2 changes: 1 addition & 1 deletion lib/coactive/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Coactive
VERSION = '0.5.0'
VERSION = '0.5.1'
end

0 comments on commit 02c269e

Please sign in to comment.