From b4816553c7e2b1a1b0aae5da6ac4eb62cb0d1171 Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 28 May 2026 22:31:49 +0200 Subject: [PATCH] update rc.2 version in meta data --- CHANGELOG.md | 4 ++++ dune-project | 2 +- pgn_to_tex.opam | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00cab3a..0433661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.0.1-rc.2 + +- add correct versioning metadata + ## v0.0.1-rc.1 - Update readme and add license file diff --git a/dune-project b/dune-project index b941d01..25eb9c6 100644 --- a/dune-project +++ b/dune-project @@ -17,7 +17,7 @@ (documentation https://github.com/TheRealOwenRees/pgn_to_tex/README.md) -(version 0.0.1) +(version 0.0.1-rc.2) (package (name pgn_to_tex) diff --git a/pgn_to_tex.opam b/pgn_to_tex.opam index d74c524..4e3d19d 100644 --- a/pgn_to_tex.opam +++ b/pgn_to_tex.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.0.1" +version: "0.0.1-rc.2" synopsis: "A chess PGN to TeX conversion tool" description: "Convert PGN files to LaTeX markdown, including rendered images of selected positions"