Skip to content

Commit

Permalink
prep release 0.64.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vsch committed May 17, 2023
1 parent b9bfe63 commit 1345fd9
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 33 deletions.
11 changes: 0 additions & 11 deletions .idea/libraries/Maven__org_jetbrains_annotations_18_0_0.xml

This file was deleted.

8 changes: 4 additions & 4 deletions .idea/markdown-navigator.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .idea/markdown-navigator/COPY_HTML_MIME.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/markdown-navigator/Comms.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .idea/markdown-navigator/GitHub_Templates.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/markdown-navigator/OVERVIEW.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/markdown-navigator/Wiki.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .idea/statistic.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ implementation 'com.vladsch.flexmark:flexmark-all:0.64.6'

Additional settings due to duplicate files:

```
```groovy
packagingOptions {
exclude 'META-INF/LICENSE-LGPL-2.1.txt'
exclude 'META-INF/LICENSE-LGPL-3.txt'
Expand Down
3 changes: 3 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@

## 0.64.6

* Merge:
[TextCollectingVisitor works better with code blocks by roxspring · Pull Request #575 · vsch/flexmark-java · GitHub]
* Add: gradle build resource url resolver, mapping `/build/resources/test/` to
`/src/test/resources/`
* Add: a bit more documentation to `ResourceResolverManager`
Expand Down Expand Up @@ -2168,4 +2170,5 @@
[migrate flexmark-java 0_42_x to 0_50_0.xml]: https://github.com/vsch/flexmark-java/blob/master/assets/migrations/migrate%20flexmark-java%200_42_x%20to%200_50_0.xml
[test parsing long sequence of underscores by niklasf · Pull Request #495 · vsch/flexmark-java · GitHub]: https://github.com/vsch/flexmark-java/pull/495 "test parsing long sequence of underscores by niklasf · Pull Request #495 · vsch/flexmark-java · GitHub"
[update plugins and configure for Reproducible Builds by hboutemy · Pull Request #507 · vsch/flexmark-java · GitHub]: https://github.com/vsch/flexmark-java/pull/507 "update plugins and configure for Reproducible Builds by hboutemy · Pull Request #507 · vsch/flexmark-java · GitHub"
[TextCollectingVisitor works better with code blocks by roxspring · Pull Request #575 · vsch/flexmark-java · GitHub]: https://github.com/vsch/flexmark-java/pull/575 "TextCollectingVisitor works better with code blocks by roxspring · Pull Request #575 · vsch/flexmark-java · GitHub"

2 changes: 0 additions & 2 deletions flexmark-test-specs/flexmark-test-specs.iml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@
<orderEntry type="module" module-name="flexmark-test-util" />
<orderEntry type="library" name="org.jetbrains:annotations" level="project" />
<orderEntry type="library" name="Maven: junit:junit:4.13" level="project" />
<orderEntry type="library" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
<orderEntry type="library" name="Maven: org.jetbrains:annotations:18.0.0" level="project" />
</component>
</module>

0 comments on commit 1345fd9

Please sign in to comment.