Skip to content

Tags: aurc/loggo

Tags

v0.3.26

Toggle v0.3.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `x install` as an installation method for loggo (#27)

v0.3.25

Toggle v0.3.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update dependencies to latest compatible versions (#34)

* Update dependencies to latest compatible versions

- Update cloud.google.com/go packages
- Update github.com/gdamore/tcell/v2 for terminal UI
- Update github.com/rivo/tview for UI components
- Update github.com/spf13/cobra CLI framework
- Update OpenTelemetry instrumentation packages
- Update golang.org/x packages (crypto, net, oauth2, sync, sys, term, text, time)
- Update Google API and gRPC packages
- All tests passing

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix unkeyed struct literals in lexer

- Add Name and Pattern field names to lexer.SimpleRule initialization
- Improves code clarity and resolves go vet warnings
- All tests passing

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>

v0.3.24

Toggle v0.3.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace interface{} with any type alias (#33)

- Update all interface{} occurrences to use any
- Modernize type declarations (available since Go 1.18)
- Updated 11 files covering filters, config, readers, and views
- All tests passing

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>

v0.3.23

Toggle v0.3.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/go 1.26 ioutil fix (#32)

* Replace deprecated io/ioutil with os package

- Replace ioutil.ReadFile with os.ReadFile
- Replace ioutil.ReadDir with os.ReadDir
- Remove io/ioutil imports
- All tests passing

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Bump go version

---------

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>

v0.3.22

Toggle v0.3.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Go version to 1.26 (#31)

- Update go.mod to Go 1.26
- Update GitHub Actions workflows to Go 1.26
- Fix fmt.Sprintf format string checks (Go 1.26 stricter validation)
- All tests passing

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>

v0.3.21

Toggle v0.3.21's commit message
Update go-releaser config

v0.3.20

Toggle v0.3.20's commit message
Update go-releaser version and config

v0.3.19

Toggle v0.3.19's commit message
Update go-releaser

v0.3.18

Toggle v0.3.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated libraries (#22)

* Updated libraries

* Update go.mod

* Update github actions

v0.3.17

Toggle v0.3.17's commit message
Bumped go and core libs