Skip to content

Commit

Permalink
Bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
A committed Jul 31, 2022
1 parent 3a47d4e commit 55f7e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "obsidian-blog"
version = "0.2.0"
version = "0.2.1"
description = "Feature rich static site generator for obsidian.md"
authors = ["'Anton Shuvalov' <[email protected]>"]
license = "Commons Clause"
Expand Down

1 comment on commit 55f7e9f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src
   init.py00100% 
   cli.py323232 0%
   config.py20100% 
src/blog
   init.py00100% 
   blog.py999 0%
   layout.py290100% 
src/converters
   init.py00100% 
   handlebars.py70100% 
   markdown.py40100% 
src/dataclasses
   asset_data.py180100% 
   config_data.py230100% 
   content_data.py7199 87%
src/entities
   image.py90100% 
   inline_image.py2022 90%
   obsidian_embed.py6322 97%
   obsidian_link.py5888 86%
   parser.py3311 97%
   reference_image.py2111 95%
src/lib
   fs.py491717 65%
src/obsidian
   init.py00100% 
   page.py6277 89%
   vault.py121212 0%
src/preprocessors
   further_reading.py3244 88%
   include_header.py1222 83%
src/tasks
   init.py00100% 
   builder.py212121 0%
   preflight_check.py121212 0%
   server.py101010 0%
   watcher.py303030 0%
src/tree
   node.py280100% 
TOTAL66717973% 

Please sign in to comment.