diff --git a/CHANGELOG.md b/CHANGELOG.md index e9e5243..26296e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm The structure and content of this file follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [1.19.4] - 2023-10-03 +### Added +- Updated cmd/oj version and updated notes to reference the brew formula. + +### Fixed ## [1.19.3] - 2023-09-11 ### Fixed - asm cond condition is now evaluated correctly. diff --git a/README.md b/README.md index a666a74..9f918de 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,13 @@ To build and install the `oj` application: go install ./... ``` +The `oj` application can be installed with brew. + +``` +brew tap ohler55/tap +brew install oj +``` + ## Benchmarks Higher numbers (longer bars) are better. diff --git a/cmd/oj/main.go b/cmd/oj/main.go index 365cbbe..553526e 100644 --- a/cmd/oj/main.go +++ b/cmd/oj/main.go @@ -22,7 +22,7 @@ import ( "github.com/ohler55/ojg/sen" ) -const version = "1.17.5" +const version = "1.19.4" var ( indent = 2