Skip to content

Commit

Permalink
chore(release): 1.0.0-rc.10 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-rc.10](v1.0.0-rc.9...v1.0.0-rc.10) (2024-02-04)

### Features

* make some cleanup after experiencing a real version bump ([066589a](https://github.com/e-picas/markdown-extended//commit/066589a8e4cf523b5725af9ad68784857a4cd7aa))
  • Loading branch information
semantic-release-bot committed Feb 4, 2024
1 parent cebc803 commit 1c271ef
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# PHP Markdown Extended changelog

# [1.0.0-rc.10](https://github.com/e-picas/markdown-extended/compare/v1.0.0-rc.9...v1.0.0-rc.10) (2024-02-04)


### Features

* make some cleanup after experiencing a real version bump ([066589a](https://github.com/e-picas/markdown-extended//commit/066589a8e4cf523b5725af9ad68784857a4cd7aa))

# [1.0.0-rc.9](https://github.com/e-picas/markdown-extended/compare/v1.0.0-rc.8...v1.0.0-rc.9) (2024-02-04)


Expand Down
2 changes: 1 addition & 1 deletion doc/DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Man-name: markdown-extended-api
Section: 7
Author: Pierre Cassat
Date: 2024-02-04
Version: 1.0.0-rc.9
Version: 1.0.0-rc.10


NAME
Expand Down
2 changes: 1 addition & 1 deletion doc/MANPAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Man: PHP-Markdown-Extended Manual
Man-name: markdown-extended
Author: Pierre Cassat
Date: 2024-02-04
Version: 1.0.0-rc.9
Version: 1.0.0-rc.10


## NAME
Expand Down
4 changes: 2 additions & 2 deletions man/markdown-extended.3.man
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
.\" man-name: markdown-extended
.\" author: Pierre Cassat
.\" date: 2024-02-04
.\" version: 0.1.0-dev
.TH "markdown-extended" "3" "2024-02-04" "Version 0.1.0-dev" "PHP-Markdown-Extended Manual"
.\" version: 1.0.0-rc.10
.TH "markdown-extended" "3" "2024-02-04" "Version 1.0.0-rc.10" "PHP-Markdown-Extended Manual"
.SH NAME
.PP
PHP-Markdown-Extended - Yet another PHP parser for the markdown (\fIextended\fP) syntax.
Expand Down
4 changes: 2 additions & 2 deletions man/markdown-extended.7.man
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
.\" section: 7
.\" author: Pierre Cassat
.\" date: 2024-02-04
.\" version: 0.1.0-dev
.TH "markdown-extended-api" "7" "2024-02-04" "Version 0.1.0-dev" "PHP-Markdown-Extended Developer Manual"
.\" version: 1.0.0-rc.10
.TH "markdown-extended-api" "7" "2024-02-04" "Version 1.0.0-rc.10" "PHP-Markdown-Extended Developer Manual"
.SH NAME
.PP
PHP-Markdown-Extended API - Developer documentation of the internal API of the "picas/markdown-extended" package.
Expand Down
2 changes: 1 addition & 1 deletion src/MarkdownExtended/MarkdownExtended.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class MarkdownExtended extends Parser

const NAME = 'PHP Markdown Extended';

const VERSION = '1.0.0-rc.9';
const VERSION = '1.0.0-rc.10';

const DATE = '2024-02-04';

Expand Down

0 comments on commit 1c271ef

Please sign in to comment.