diff --git a/ghc-pandoc-lua-marshal.changes b/ghc-pandoc-lua-marshal.changes index 7d7ce9e..f52f4e8 100644 --- a/ghc-pandoc-lua-marshal.changes +++ b/ghc-pandoc-lua-marshal.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Dec 7 21:29:59 UTC 2024 - Peter Simons + +- Update pandoc-lua-marshal to version 0.3.0. + ## 0.3.0 + + Released 2024-12-07. + + * Add method `normalize` to Pandoc objects. + This returns a normalized document by merging adjacent spaces in inlines + and by modifying tables. + + * Push Captions as userdata, move code to separate module. + + * Add tests for RawInline and its properties + + * Allow treatment of custom elements as singleton lists. + + * Remove `pandoc` prefix on table components (jgm/pandoc#8574). + ------------------------------------------------------------------- Tue Oct 1 12:28:55 UTC 2024 - Peter Simons diff --git a/ghc-pandoc-lua-marshal.spec b/ghc-pandoc-lua-marshal.spec index 5de9c33..f4223fe 100644 --- a/ghc-pandoc-lua-marshal.spec +++ b/ghc-pandoc-lua-marshal.spec @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.9 +Version: 0.3.0 Release: 0 Summary: Use pandoc types in Lua License: MIT diff --git a/pandoc-lua-marshal-0.2.9.tar.gz b/pandoc-lua-marshal-0.2.9.tar.gz deleted file mode 100644 index f874ea2..0000000 --- a/pandoc-lua-marshal-0.2.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:618a5a479ed1a313cea00be4672170acf8399a36723f57a408e9b6e002941813 -size 41557 diff --git a/pandoc-lua-marshal-0.3.0.tar.gz b/pandoc-lua-marshal-0.3.0.tar.gz new file mode 100644 index 0000000..a4472f8 --- /dev/null +++ b/pandoc-lua-marshal-0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe839db7867698822880cc81020b61fb6b1d35800b784695a0784f6ea721b35 +size 42833