Skip to content

Commit

Permalink
Version bump v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Oct 10, 2022
1 parent 2655bf8 commit e01202e
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 33 deletions.
88 changes: 56 additions & 32 deletions CHANGELOG.md
@@ -1,6 +1,27 @@
sphinx-mdinclude
================

[![Generated by attribution][attribution-badge]][attribution-url]


v0.5.3
------

Bugfix release

- Fix deprecation warnings from docutils (#11)
- Fix dependency ranges and validate compatibility
- Pin to mistune `2.x` in preparation for breaking changes in `3.0` (#15)
- Package migrated to the Omnilib Project

```text
$ git shortlog -s v0.5.2...v0.5.3
5 Amethyst Reese
2 Patrick Hoefler
3 Samuel Giffard
```


v0.5.2
------

Expand All @@ -9,7 +30,7 @@ Maintenance release
- Add support for docutils `0.19` (#8)
- Enable building docs without installing package (#6)

```
```text
$ git shortlog -s v0.5.1...v0.5.2
6 Amethyst Reese
```
Expand All @@ -22,7 +43,7 @@ Bugfix release

- Fix autolinks (#3, #2)

```
```text
$ git shortlog -s v0.5.0...v0.5.1
3 John Reese
2 Tim Hatch
Expand All @@ -37,7 +58,7 @@ Feature release
- Support for mistune 2.0 with major refactoring of codebase
- Removal of sphinx configuration options with better defaults

```
```text
$ git shortlog -s v0.5.0b1...v0.5.0
3 John Reese
```
Expand All @@ -51,7 +72,7 @@ Feature release
- Support for mistune 2.0 with major refactoring of codebase
- Removal of sphinx configuration options with better defaults

```
```text
$ git shortlog -s v0.4.0...v0.5.0b1
7 John Reese
```
Expand All @@ -72,7 +93,7 @@ Feature release
- Build using flit instead of setuptools
- Formatted with latest black and µsort

```
```text
$ git shortlog -s v0.4.0b1...v0.4.0
4 John Reese
1 dependabot[bot]
Expand All @@ -93,7 +114,7 @@ Beta release
* Build using flit instead of setuptools
* Formatted with latest black and µsort

```
```text
$ git shortlog -s v0.2.7...v0.4.0b1
10 CrossNox
1 Ezequiel Rosas
Expand All @@ -108,7 +129,7 @@ v0.3.1

* Fix argparse for python3.10

```
```text
$ git shortlog -s v0.3.0...v0.3.1
1 Bas Nijholt
13 CrossNox
Expand All @@ -124,7 +145,7 @@ v0.3.0
* Add support for mermaid code
* Change bump for bump2version

```
```text
$ git shortlog -s v0.2.8...v0.3.0
1 CrossNox
```
Expand All @@ -135,7 +156,7 @@ v0.2.8

* Fix bug that made multiple inline mathematical expressions fail to render

```
```text
$ git shortlog -s v0.2.5...v0.2.8
1 CrossNox
```
Expand All @@ -147,7 +168,7 @@ v0.2.7
* Add official python3.9 support
* Fix classifiers

```
```text
$ git shortlog -s v0.2.6...v0.2.7
2 CrossNox
```
Expand All @@ -158,7 +179,7 @@ v0.2.6

* Fix error for Sphinx3.3.0

```
```text
$ git shortlog -s v0.2.5...v0.2.6
1 Bas Nijholt
1 CrossNox
Expand All @@ -171,7 +192,7 @@ v0.2.5

* Update repo name in every reference

```
```text
$ git shortlog -s v0.2.4...v0.2.5
1 CrossNox
```
Expand All @@ -183,7 +204,7 @@ v0.2.4
* Central versioning
* Add bump

```
```text
$ git shortlog -s v0.2.3...v0.2.4
4 CrossNox
```
Expand All @@ -196,7 +217,7 @@ v0.2.3
* Change `tox` for `nox`
* Add `pre-commit` hooks and fix styling

```
```text
$ git shortlog -s v0.2.1...v0.2.3
9 CrossNox
```
Expand All @@ -207,7 +228,7 @@ v0.2.1

* Add `--disable-inline-math` and `m2r_disable_inline_math` sphinx option

```
```text
$ git shortlog -s v0.2.0...v0.2.1
3 Morgan Willcock
1 kyluca
Expand All @@ -221,7 +242,7 @@ v0.2.0
* Add `start-line` and `end-line` option to `mdinclude` directive
* Add `anonymous_references` option ([#26](https://github.com/miyakogi/m2r/pull/26))

```
```text
$ git shortlog -s v0.1.15...v0.2.0
3 Jake VanderPlas
11 miyakogi
Expand All @@ -233,7 +254,7 @@ v0.1.15

* Support Sphinx's doc/ref directives for relative links ([#16](https://github.com/miyakogi/m2r/pull/16))

```
```text
$ git shortlog -s v0.1.14...v0.1.15
9 Ryan Lane
7 miyakogi
Expand All @@ -245,7 +266,7 @@ v0.1.14

* Implement markdown link with title

```
```text
$ git shortlog -s v0.1.13...v0.1.14
11 miyakogi
```
Expand All @@ -256,7 +277,7 @@ v0.1.13

* Catch up sphinx updates

```
```text
$ git shortlog -s v0.1.12...v0.1.13
8 miyakogi
```
Expand All @@ -267,7 +288,7 @@ v0.1.12

* Support multi byte characters for heading

```
```text
$ git shortlog -s v0.1.11...v0.1.12
6 miyakogi
```
Expand All @@ -279,7 +300,7 @@ v0.1.11
* Add metadata for sphinx
* Add `convert(src)` function, which is shortcut of `m2r.M2R()(src)`

```
```text
$ git shortlog -s v0.1.10...v0.1.11
13 miyakogi
```
Expand All @@ -290,7 +311,7 @@ v0.1.10

* Include CHANGES and test files in source distribution

```
```text
$ git shortlog -s v0.1.9...v0.1.10
4 miyakogi
```
Expand All @@ -301,7 +322,7 @@ v0.1.9

* Print help when input_file is not specified on command-line

```
```text
$ git shortlog -s v0.1.8...v0.1.9
5 miyakogi
```
Expand All @@ -312,7 +333,7 @@ v0.1.8

* Update metadata on setup.py

```
```text
$ git shortlog -s v0.1.7...v0.1.8
6 miyakogi
```
Expand All @@ -323,7 +344,7 @@ v0.1.7

* Fix undefined name error (PR #5).

```
```text
$ git shortlog -s v0.1.6...v0.1.7
1 Kai Fricke
1 cclauss
Expand All @@ -337,7 +358,7 @@ v0.1.6
* Drop python 3.3 support
* Improve image_link regex (PR #3)

```
```text
$ git shortlog -s v0.1.5...v0.1.6
1 John W. O'Brien
1 Nikola Forró
Expand All @@ -350,7 +371,7 @@ v0.1.5

* Support multiple backticks in inline code, like: ```backticks (``) in code```

```
```text
$ git shortlog -s v0.1.4...v0.1.5
6 miyakogi
```
Expand All @@ -362,7 +383,7 @@ v0.1.4
* Support indented directives/reST-comments
* Support role-name after backticks (`` `text`:role: style``)

```
```text
$ git shortlog -s v0.1.3...v0.1.4
6 miyakogi
```
Expand All @@ -376,7 +397,7 @@ v0.1.3
* at the beginning of lines
* before dots

```
```text
$ git shortlog -s v0.1.2...v0.1.3
4 miyakogi
```
Expand All @@ -388,7 +409,7 @@ v0.1.2
* Add reST's `::` marker support
* Add options to disable emphasis by underscore (`_` or `__`)

```
```text
$ git shortlog -s v0.1.1...v0.1.2
9 miyakogi
```
Expand All @@ -399,7 +420,7 @@ v0.1.1

* Fix Bug: when code or link is placed at the end of line, spaces to the next word is disappeared

```
```text
$ git shortlog -s v0.1...v0.1.1
6 miyakogi
```
Expand All @@ -410,8 +431,11 @@ v0.1

First public release.

```
```text
$ git shortlog -s v0.1
40 miyakogi
```

[attribution-badge]:
https://img.shields.io/badge/generated%20by-attribution-informational
[attribution-url]: https://attribution.omnilib.dev
8 changes: 7 additions & 1 deletion sphinx_mdinclude/__version__.py
@@ -1 +1,7 @@
__version__ = "0.5.2"
"""
This file is automatically generated by attribution.
Do not edit manually. Get more info at https://attribution.omnilib.dev
"""

__version__ = "0.5.3"

0 comments on commit e01202e

Please sign in to comment.