Skip to content

Commit e88d697

Browse files
Merge pull request #48 from FernandoCelmer/feature/45
Feature/45
2 parents 8364173 + ce03273 commit e88d697

23 files changed

+9829
-10152
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Description
2+
3+
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
4+
5+
Issue: [πŸ“Œ ISSUE](#)
6+
7+
## Type of change
8+
9+
- [ ] Bug fix (non-breaking change which fixes an issue)
10+
- [ ] New feature (non-breaking change which adds functionality)
11+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
12+
- [ ] Documentation updated (documentation was updated and published)
13+
14+
# Checklist:
15+
16+
- [ ] My code follows the style guidelines of this project
17+
- [ ] I have performed a self-review of my code
18+
- [ ] I have commented my code, particularly in hard-to-understand areas
19+
- [ ] I have made corresponding changes to the documentation
20+
- [ ] My changes generate no new warnings
21+
- [ ] I have added tests that prove my fix is effective or that my feature works
22+
- [ ] New and existing unit tests pass locally with my changes
23+
- [ ] Any dependent changes have been merged and published in downstream modules

β€ŽLAST_VERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.2.0.dev2
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mkdocs_simple_blog"
3-
version = "0.1.0"
3+
version = "0.2.0.dev2"
44
authors = [
55
{ name="Fernando Celmer", email="[email protected]" },
66
]
@@ -30,7 +30,7 @@ Documentation = "https://github.com/FernandoCelmer/mkdocs-simple-blog/blob/maste
3030

3131
[tool.poetry]
3232
name = "mkdocs_simple_blog"
33-
version = "0.1.0"
33+
version = "0.2.0.dev2"
3434
description = "Mkdocs Blog Theme"
3535
authors = ["Fernando Celmer <[email protected]>"]
3636
readme = "README.md"

β€Ždocs/nav/development/release-notes.mdβ€Ž

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
# Release
22

3-
March 25, 2023
3+
March 16, 2025
44

55
---
66

7+
## v0.2.0
8+
9+
- [πŸ“¦ PyPI - Build 0.2.0](https://github.com/FernandoCelmer/mkdocs-simple-blog/releases/tag/v0.2.0)
10+
- [πŸ“Œ great product love it but](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/47)
11+
- [πŸ“Œ Mobile First Sidebar](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/45)
12+
13+
## v0.1.0
14+
15+
- [πŸ“¦ PyPI - Build 0.1.0](https://github.com/FernandoCelmer/mkdocs-simple-blog/releases/tag/v0.0.1)
16+
- [πŸ“Œ [Feature Request] Simple code syntax highlighting](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/35)
17+
- [πŸ“Œ Software license update](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/39)
18+
- [πŸ“Œ Is there a sidebar in this theme?](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/23)
19+
720
## v0.0.9
821

922
- [πŸ“¦ PyPI - Build 0.0.9](https://github.com/FernandoCelmer/mkdocs-simple-blog/releases/tag/v0.0.9)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.1.0'
1+
__version__ = '0.2.0.dev2'
22

33
__author__ = 'Fernando Celmer <[email protected]>'

β€Žmkdocs_simple_blog/assets/css/bootstrap.min.cssβ€Ž

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žmkdocs_simple_blog/assets/css/main.min.cssβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žmkdocs_simple_blog/assets/css/media.min.cssβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žmkdocs_simple_blog/assets/css/mkdocstrings.min.cssβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)