Skip to content

Commit

Permalink
Bump to 0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jez committed Jul 16, 2021
1 parent 73181b4 commit c355b23
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ applications such as Hakyll.
`pandoc-sidenote` is build against a specific version of Pandoc. This table maps
`pandoc` versions to `pandoc-sidenote` versions:

| pandoc | pandoc-sidenote |
| ------ | --------------- |
| 2.11 | 0.22.0, 0.22.1 |
| 2.9 | 0.20.0 |
| 2.1, 1.19 | 0.19.0 |
| 1.18 | 0.9.0 |
| pandoc | pandoc-sidenote |
| ------ | --------------- |
| 2.11 | 0.22.0, 0.22.1, 0.22.2 |
| 2.9 | 0.20.0 |
| 2.1, 1.19 | 0.19.0 |
| 1.18 | 0.9.0 |

If a newer version of `pandoc` has been released, the Stack build manifest
will need to be adjusted for that version, and the project then rebuilt.
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: pandoc-sidenote
version: 0.22.1.0
version: 0.22.2.0
github: jez/pandoc-sidenote
license: MIT
license-file: LICENSE
Expand Down
4 changes: 2 additions & 2 deletions pandoc-sidenote.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 03a56a16153c9ee7723afa1a73c1eae16387f6d7485d845f6874e02ca84c988b
-- hash: 268bccd59212aa005d10ec7ee42a12ac5f701616470b039a8994d6b58cf09ba2

name: pandoc-sidenote
version: 0.22.1.0
version: 0.22.2.0
synopsis: Convert Pandoc Markdown-style footnotes into sidenotes
description: This is a simple Pandoc filter to convert footnotes into a format that can be consumed by Tufte CSS. On the whole, this project weighs in at well under 100 lines of code. Check out SideNote.hs if you're curious how it works.
category: CommandLine
Expand Down

0 comments on commit c355b23

Please sign in to comment.