Skip to content

Commit e4b7aeb

Browse files
committed
Setup for brew
1 parent 1a94a52 commit e4b7aeb

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
44

55
The structure and content of this file follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

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
712
## [1.19.3] - 2023-09-11
813
### Fixed
914
- asm cond condition is now evaluated correctly.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ To build and install the `oj` application:
8181
go install ./...
8282
```
8383

84+
The `oj` application can be installed with brew.
85+
86+
```
87+
brew tap ohler55/tap
88+
brew install oj
89+
```
90+
8491
## Benchmarks
8592

8693
Higher numbers (longer bars) are better.

cmd/oj/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"github.com/ohler55/ojg/sen"
2323
)
2424

25-
const version = "1.17.5"
25+
const version = "1.19.4"
2626

2727
var (
2828
indent = 2

0 commit comments

Comments
 (0)