Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 1.1.0
## 1.1.0 (2026-06-17)

- Added support for categorical splits (models trained with
`enable_categorical`). Categorical features are passed as their integer
Expand Down
3 changes: 2 additions & 1 deletion README.dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
- Install `goreleaser`. Refer to its docs.
- Set a `GITHUB_TOKEN` environment variable. Refer to `goreleaser` docs for
information.
- `export GITHUB_TOKEN=$(gh auth token)`
- Update `CHANGELOG.md`.
- Mention recent changes.
- Set a version if there is not one.
- Set a release date.
- Set version in `version.go`.
- Commit `CHANGELOG.md` and `version.go`.
- Tag the release: `git tag -a v1.2.3 -m 'Tag v1.2.3'`.
- Tag the release: `git tag -a v1.2.3 -m v1.2.3`.
- Push the tag: `git push origin v1.2.3`.
- Run `goreleaser release`.
- Edit the release on [GitHub](https://github.com/maxmind/xgb2code/releases) to
Expand Down
6 changes: 4 additions & 2 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
# Run locally with:
# lychee './**/*.md' './**/*.go'

# Include URL fragments in checks
include_fragments = true
# Check both anchor (e.g. #section) and text (e.g. #:~:text=...) fragments in
# links. As of lychee 0.24 this is a string enum: "none", "anchor-only",
# "text-only", or "full" (anchor + text).
include_fragments = "full"

# Don't allow any redirects, so links that have moved are surfaced and can be
# updated to their canonical destination.
Expand Down
189 changes: 100 additions & 89 deletions mise.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading