Skip to content

Commit

Permalink
Setup for brew
Browse files Browse the repository at this point in the history
  • Loading branch information
ohler55 committed Oct 3, 2023
1 parent 1a94a52 commit e4b7aeb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion cmd/oj/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/ohler55/ojg/sen"
)

const version = "1.17.5"
const version = "1.19.4"

var (
indent = 2
Expand Down

0 comments on commit e4b7aeb

Please sign in to comment.