Skip to content

Commit

Permalink
Version bumped to 0.6.1 + Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
halaxa committed Apr 6, 2021
1 parent 6bc53a0 commit 52a5521
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ Nothing yet
<br>
<br>

## 0.6.1
### Fixed bugs
- Empty dict at the end of an item was causing Syntax error in the next item. Reason: closing `}` did not set object key expectation to `false`. (#41 via PR #42).

<br>
<br>

## 0.6.0
### New features
- **New:** Json pointer can find scalar values in JSON document as well as iterable values. See
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Very easy to use and memory efficient drop-in replacement for inefficient iterat
for PHP 5.6+. See [TL;DR](#tl-dr). No dependencies in production except optional `ext-json`.

[![Build Status](https://travis-ci.com/halaxa/json-machine.svg?branch=master)](https://travis-ci.com/halaxa/json-machine)
[![Latest Stable Version](https://img.shields.io/badge/stable-0.6.0-blueviolet)](https://packagist.org/packages/halaxa/json-machine)
[![Latest Stable Version](https://img.shields.io/badge/stable-0.6.1-blueviolet)](https://packagist.org/packages/halaxa/json-machine)
[![Monthly Downloads](https://poser.pugx.org/halaxa/json-machine/d/monthly)](https://packagist.org/packages/halaxa/json-machine)

---
Expand Down

0 comments on commit 52a5521

Please sign in to comment.