File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
4
4
5
5
The structure and content of this file follows [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
+ ## [ 1.19.4] - 2023-10-03
8
+ ### Added
9
+ - Updated cmd/oj version and updated notes to reference the brew formula.
10
+
11
+ ### Fixed
7
12
## [ 1.19.3] - 2023-09-11
8
13
### Fixed
9
14
- asm cond condition is now evaluated correctly.
Original file line number Diff line number Diff line change @@ -81,6 +81,13 @@ To build and install the `oj` application:
81
81
go install ./...
82
82
```
83
83
84
+ The ` oj ` application can be installed with brew.
85
+
86
+ ```
87
+ brew tap ohler55/tap
88
+ brew install oj
89
+ ```
90
+
84
91
## Benchmarks
85
92
86
93
Higher numbers (longer bars) are better.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
"github.com/ohler55/ojg/sen"
23
23
)
24
24
25
- const version = "1.17.5 "
25
+ const version = "1.19.4 "
26
26
27
27
var (
28
28
indent = 2
You can’t perform that action at this time.
0 commit comments