Skip to content

Commit 9e91c61

Browse files
chore: Update changelog for 6.0.0 release
1 parent 83b3865 commit 9e91c61

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
former assumed rendering inside, the latter gets marks back so they are not
1111
interchangeable. Notice of deprecation has been available for a month since
1212
[726c85c](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/726c85cb9cc6d7d9c85af6ab093e1ee53b5e3c82).
13-
- Ultimately removed in TODO
13+
- Ultimately removed in [83b3865](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/83b386531a0fa67eab1e875f164aff89f560c11b)
1414
- In order to fix:
1515
- Implement `parse` method instead of `render`, no direct translation
1616
- Remove `profile` field in favor of benches [dcfa033](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/dcfa033cb39bc4f30019925aa91d3af5ec049614)
@@ -51,7 +51,8 @@
5151
this was a long standing bug. Everything internally & externally already used the
5252
`render markdown` naming convention except for the repo itself. Since Github
5353
treats the URLs the same and redirects between the 2 there should be no breaking
54-
changes from this.
54+
changes from this. [aeb5cec](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/aeb5cec617c3bd5738ab82ba2c3f9ccdc27656c2)
55+
[090ea1e](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/090ea1e9913457fa8848c7afdbfa3b73bb7c7ac8)
5556
- Block code rendering with transparent background [#102](https://github.com/MeanderingProgrammer/render-markdown.nvim/pull/102)
5657
- Remove broken reference to `profiler` module [#105](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/105)
5758
[15d8e02](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/15d8e02663aa58f215ecadbcebbd34149b06a7bc)

Diff for: lua/render-markdown/health.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local M = {}
55

66
---@private
77
---@type string
8-
M.version = '5.1.4'
8+
M.version = '6.0.0'
99

1010
function M.check()
1111
vim.health.start('render-markdown.nvim [version]')

0 commit comments

Comments
 (0)