BazerUtils.jl

Assorted Julia utilities including custom logging
Log | Files | Refs | README | LICENSE

commit c7db43defdf71deda23cf98cfe401505997a1833
parent 336a72ee61a3176e8e8b4c1a2cc6382219d3b695
Author: Erik Loualiche <eloualic@umn.edu>
Date:   Tue, 20 May 2025 11:17:17 -0500

version

Diffstat:
M.github/workflows/CI.yml | 1-
MProject.toml | 2+-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml @@ -18,7 +18,6 @@ jobs: fail-fast: false matrix: version: - - '1.10' - '1.11' - 'nightly' os: diff --git a/Project.toml b/Project.toml @@ -1,7 +1,7 @@ name = "BazerUtils" uuid = "36dcebb2-80bb-4116-91f4-ed9f396c4a1c" authors = ["Erik Loualiche"] -version = "1.0.0-DEV" +version = "0.7.0" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"