Skip to content

Commit 4c21841

Browse files
Jonathan D.A. Jewellclaude
andcommitted
Update STATE.scm with multi-registry publishing session
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 213ecc3 commit 4c21841

1 file changed

Lines changed: 29 additions & 2 deletions

File tree

STATE.scm

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
(version . "1.0.0")
99
(schema-version . "1.0")
1010
(created . "2025-01-10")
11-
(updated . "2026-01-16T18:30:00Z")
11+
(updated . "2026-01-16T20:15:00Z")
1212
(project . "proven")
1313
(repo . "github.com/hyperpolymath/proven"))
1414

@@ -660,7 +660,34 @@
660660
"Committed and pushed all changes to GitHub"
661661
"Published @hyperpolymath/proven-rescript@0.9.0 to GitHub Packages"
662662
"Published @hyperpolymath/proven-rescript@0.9.0 to JSR (jsr.io)"
663-
"Added jsr.json for JSR (Deno) registry support")))))
663+
"Added jsr.json for JSR (Deno) registry support"))
664+
665+
((date . "2026-01-16")
666+
(session . "multi-registry-publishing")
667+
(accomplishments
668+
("Bumped all binding versions to 0.9.0 for publishing:"
669+
" - Python: 0.8.0 -> 0.9.0"
670+
" - Gleam: 0.3.0 -> 1.0.0 (semver requirement for Hex.pm)"
671+
" - Elixir: 0.3.0 -> 0.9.0"
672+
" - Dart: 0.1.0 -> 0.9.0 (added LICENSE, CHANGELOG.md)"
673+
" - Ruby: 0.8.0 -> 0.9.0"
674+
" - Nim: 0.3.0 -> 0.9.0"
675+
" - Haskell: 0.8.0 -> 0.9.0"
676+
" - OCaml: 0.8.0 -> 0.9.0"
677+
" - PHP: added version 0.9.0"
678+
" - Lua: created proven-0.9.0-1.rockspec"
679+
"Created v0.9.0 git tag and pushed to GitHub"
680+
"Submitted Nim package to nim-lang/packages:"
681+
" - PR #3202: https://github.com/nim-lang/packages/pull/3202"
682+
" - Package entry with subdir support for monorepo"
683+
"Submitted OCaml package to ocaml/opam-repository:"
684+
" - PR #29228: https://github.com/ocaml/opam-repository/pull/29228"
685+
" - Full opam file with dependencies and build instructions"
686+
"Python package built and ready (dist/proven-0.9.0-py3-none-any.whl)"
687+
"Dart package validated (ready for pub.dev with Google auth)"
688+
"Gleam package compiled (ready for Hex.pm with API key)"
689+
"Elixir package validated (ready for Hex.pm with API key)"
690+
"Remaining registries need tokens: PyPI, Hex.pm, pub.dev, Hackage, LuaRocks, Packagist, RubyGems"))))))
664691

665692
;; Helper functions
666693
(define (get-completion-percentage state)

0 commit comments

Comments
 (0)