Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit c0ea754

Browse files
committed
Bump CHANGLOG and version
1 parent 8639667 commit c0ea754

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.9.0
2+
3+
* Formalize an API for Markdown extensions (#43).
4+
* **Breaking:** Fenced code blocks are now considered an extension, as
5+
they are not part of Markdown.pl.
6+
* Inline HTML syntax supported. This is also considered an extension (#18).
7+
18
## 0.8.0
29

310
* **Breaking:** Remove (probably unused) fields: `LinkSyntax.resolved`,

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: markdown
2-
version: 0.8.0
2+
version: 0.9.0-dev
33
author: Dart Team <misc@dartlang.org>
44
description: A library for converting markdown to HTML.
55
homepage: https://github.com/dart-lang/markdown

0 commit comments

Comments
 (0)