Skip to content

tokenizer-v0.0.1

Choose a tag to compare

@github-actions github-actions released this 01 Aug 16:24
· 42 commits to master since this release
ba5a228

tokenizer v0.0.1

Installation

Download Binary

Download the appropriate binary for your platform from the assets below.

Using Go

go install github.com/agentstation/tokenizer/cmd/tokenizer@v0.0.1

Verify Checksums

# Download checksums.txt and the binary, then:
sha256sum -c checksums.txt

Changelog

New Features

Bug fixes

Others

  • c4b5495: Initial commit (Jack Spirou jack@spirou.io)
  • 4e17717: ci(deps): bump codecov/codecov-action from 4 to 5 (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
  • 293a415: ci(deps): bump golangci/golangci-lint-action from 4 to 8 (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
  • f368e35: refactor: improve naming conventions for vocabulary loaders (jackspirou jack.spirou@me.com)
  • 9569825: refactor: modernize API and improve test organization (jackspirou jack.spirou@me.com)