diff options
| author | Shulhan <ms@kilabit.info> | 2023-12-14 15:49:35 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-12-14 15:50:36 +0700 |
| commit | b97be92c238e766dafa80dcfeae92987f016b895 (patch) | |
| tree | b153ae3813af209fc581b169351bd1cbff24f601 /go.mod | |
| parent | 65735d94885752c06f369d46c8edd9abbc1ec5a0 (diff) | |
| download | ciigo-0.11.0.tar.xz | |
Release ciigo v0.11.0 (2023-12-14)v0.11.0
=== Breaking changes
* Field [ConvertOptions.HtmlTemplate] become [ConvertOptions.HTMLTemplate]
* Method [Converter.SetHtmlTemplateFile] become
[Converter.SetHTMLTemplateFile]
* Method [Converter.ToHtmlFile] become [Converter.ToHTMLFile]
=== Bug fix
* asciidoc: fix custom ID on the first section not applied correctly
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ module git.sr.ht/~shulhan/ciigo go 1.20 require ( - git.sr.ht/~shulhan/asciidoctor-go v0.5.1-0.20231213112841-008230e7e722 + git.sr.ht/~shulhan/asciidoctor-go v0.5.1 github.com/shuLhan/share v0.51.0 github.com/yuin/goldmark v1.6.0 github.com/yuin/goldmark-meta v1.1.0 |
