Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Oct 5, 2023
1 parent 7c8896c commit f0cca93
Showing 1 changed file with 140 additions and 28 deletions.
168 changes: 140 additions & 28 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,75 +1,187 @@
# Changelog
# CHANGELOG



## v0.3.1 (2023-10-05)

### Chore

* chore: create release ([`7c8896c`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/7c8896cdc78d837e8f87458386a19f9b1887296c))

* chore: add pipfile ([`92893d5`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/92893d5a5e818666fd150d64befdd8e381ed5018))

### Documentation

* docs: Update readme ([`c81dde2`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/c81dde2465c0dfada28e9f3ab0e2896594e713a0))

### Fix

* fix(code): #tags was converted by error in codeblocks ([`d1f904c`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/d1f904c0c61236f4f8a8222c65eb28fe113c8de4))

### Style

* style: remove useless file ([`a416181`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/a41618106b72301096cc56795dd1c4b616e0b463))

<!--next-version-placeholder-->

## v0.3.0 (2022-12-02)

### Feature
* Adding support for -\_ characters ([`c2f02a8`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/c2f02a86c31c8bd00f53c177cc36a74b71ba04b5))

* feat: adding support for -\_ characters
close #2 ([`c2f02a8`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/c2f02a86c31c8bd00f53c177cc36a74b71ba04b5))

### Fix
* Typo in README ([`2e90848`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/2e908482d6ad079e6c02939d5ece797cecfa1084))

* fix: typo in README

See #1 ([`2e90848`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/2e908482d6ad079e6c02939d5ece797cecfa1084))

### Test

* test: remove error import ([`75ab0ef`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/75ab0efaa76bba50cdb092b7f53a832e0bf0fa83))


## v0.2.2 (2022-12-02)

### Fix
* Hashtags converted in html blocks ([`98b5e5b`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/98b5e5b8dfc08ae98eca088fb249e1ed33d95c1d))

* fix: hashtags converted in html blocks ([`98b5e5b`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/98b5e5b8dfc08ae98eca088fb249e1ed33d95c1d))


## v0.2.1 (2022-07-28)


## v0.2.0 (2022-07-25)

### Build

* build: add support for python 3.8 ([`bd62f94`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/bd62f947c87057fdbaafe64c532729f096d50253))


## v0.1.9 (2022-07-10)

### Fix
* Better parsing of CSS ID ([`b7eb809`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/b7eb809d5b678ef52e99413b7aecc0a3b72777cd))

* fix: Better parsing of CSS ID ([`b7eb809`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/b7eb809d5b678ef52e99413b7aecc0a3b72777cd))


## v0.1.8 (2022-07-10)

### Fix
* **css:** Update regex to recognize maximum id selector ([`0837137`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/08371376efc0fc3e71384d74e71e704bac42f458))

* fix(css): update regex to recognize maximum id selector ([`0837137`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/08371376efc0fc3e71384d74e71e704bac42f458))


## v0.1.7 (2022-07-09)
### Fix
* Better reading css ([`54f24ca`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/54f24ca7d120d5f3e77eb6ffc5036e4d0e76ffe3))

### Documentation
* **typo:** Typo ([`13d5516`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/13d55162ba7e990e57d40ca8294c248fa344ee96))

## v0.1.6 (2022-07-09)
* docs(typo): Typo ([`13d5516`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/13d55162ba7e990e57d40ca8294c248fa344ee96))

### Fix
* Attributes for all paragraph combined with attributes on word ([`8bc1809`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/8bc1809ae8b84f3f82067e7a59b9e656ca7bb95f))

* fix: better reading css ([`54f24ca`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/54f24ca7d120d5f3e77eb6ffc5036e4d0e76ffe3))

### Test

* test: add more tests ([`72cda91`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/72cda91d8d6e1005de7f19d6cc366ad6edc66a13))


## v0.1.6 (2022-07-09)

### Documentation
* Add conda environment ([`c11caa7`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/c11caa7c4070e6b0e9d375c07aa7f09ba99d08fc))
* Add example and info ([`ea9a5c5`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/ea9a5c5a7c934dfd6ca38efa768b7bf35f26b97c))

* docs: add conda environment ([`c11caa7`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/c11caa7c4070e6b0e9d375c07aa7f09ba99d08fc))

* docs: add example and info ([`ea9a5c5`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/ea9a5c5a7c934dfd6ca38efa768b7bf35f26b97c))

### Fix

* fix: attributes for all paragraph combined with attributes on word ([`8bc1809`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/8bc1809ae8b84f3f82067e7a59b9e656ca7bb95f))


## v0.1.5 (2022-07-09)

### Fix
* Hotfix entrypoints ([`231128a`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/231128af78afdc14c085ade7334264d8b8bad18f))

* fix: hotfix entrypoints ([`231128a`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/231128af78afdc14c085ade7334264d8b8bad18f))


## v0.1.4 (2022-07-09)
### Fix
* Remove uncessary requirements ([`deb799b`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/deb799b0730481b8bd43fb5fe5f1a7b985f48e08))

### Documentation
* Typo ([`5c269c6`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/5c269c69edcffc06c11d1a63ef865b5383e95e52))
* Typo ([`a7b3abd`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/a7b3abdac045895dc845eca470410963b5aae17e))
* Typo ([`2e08fb7`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/2e08fb702b187e4256fa93004290bd1851258160))

* docs: typo ([`5c269c6`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/5c269c69edcffc06c11d1a63ef865b5383e95e52))

* docs: typo ([`a7b3abd`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/a7b3abdac045895dc845eca470410963b5aae17e))

* docs: typo ([`2e08fb7`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/2e08fb702b187e4256fa93004290bd1851258160))

### Fix

* fix: remove uncessary requirements ([`deb799b`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/deb799b0730481b8bd43fb5fe5f1a7b985f48e08))


## v0.1.3 (2022-07-09)

### Documentation
* Add example ([`d86458c`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/d86458c3bac2824d13d2f6bc9541221448b97d88))

## v0.1.2 (2022-07-09)
* docs: add example ([`d86458c`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/d86458c3bac2824d13d2f6bc9541221448b97d88))

### Refactor

* refactor: remove duplicate code ([`53f5d67`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/53f5d679ad4e7d8d9c811f5c98182de56112ebaa))

### Style

* style: some flake8 pyformat style ([`8f503b5`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/8f503b5fb371ec6d72857569cc9da5533e98aec8))

* style: some flake8 pyformat style ([`8405e55`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/8405e55502df2ce890ff021ca135c99e33223674))


## v0.1.2 (2022-07-08)

### Fix
* A bunch of hot fix ([`4f57944`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/4f57944d3e08e90d823c8237f861743d4c90c9be))

* fix: a bunch of hot fix ([`4f57944`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/4f57944d3e08e90d823c8237f861743d4c90c9be))

### Test

* test: create test for the script ([`bd4e0ab`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/bd4e0ab69e159cc3df19707eb603a2f956ce2784))

* test: create test for the script ([`2fdcbc4`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/2fdcbc4da442ff1c5ebc76aa61b01e505e21aebf))


## v0.1.1 (2022-07-07)

### Chore

* chore: add semantic release ([`cc0850f`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/cc0850f70adc8057f99fa165b2b536568c15a6a4))

* chore: typo broke pipy page ([`7d42718`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/7d427182b48b0cee8285cfb974ebb9190919a23b))

### Fix
* No hashtags convertion in code_blocks ([`7742922`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/7742922f8c85208907c306337cb7b8fb245b0d79))

## v0.1.0 (2022-06-28)
### Feature
* Create the plugin ([`702dddf`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/702dddf8490bfd82fe8cdd8b77ce65ea46373a0c))
* fix: no hashtags convertion in code_blocks
codeblocks composed of triple backtics ([`7742922`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/7742922f8c85208907c306337cb7b8fb245b0d79))


## v0.1.0 (2022-06-27)

### Chore

* chore: add pycharm special folder ([`9440e47`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/9440e47471e75b8e358535d43afc3d1613ac0d1e))

* chore: add requirements.txt ([`9f1da4c`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/9f1da4ca9eb5010eb6ad9315094dc9aa4cce7c20))

### Documentation
* Create and complete readme ([`2016003`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/2016003eb8c319be2cb419dd4e762c66ddf8ec74))

* docs: create and complete readme ([`2016003`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/2016003eb8c319be2cb419dd4e762c66ddf8ec74))

### Feature

* feat: create the plugin ([`702dddf`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/702dddf8490bfd82fe8cdd8b77ce65ea46373a0c))

### Unknown

* Initial commit ([`b38bad3`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/b38bad3deece30a2ddf9f6cdd097ce922e02a41e))

0 comments on commit f0cca93

Please sign in to comment.