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

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and b1rger committed Sep 1, 2023
1 parent c98fb99 commit 8b2945b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## 0.1.0 (2023-09-01)


### Features

* add djlint to dev dependencies and run it on all template files ([0cb7c27](https://github.com/acdh-oeaw/apis-webpage/commit/0cb7c27bf75226ce985d474c2688bfab4a216867))
* introduce black linter action ([215087d](https://github.com/acdh-oeaw/apis-webpage/commit/215087d97b443b075b57f61735cb32d17b9c10a4))
* introduce djlint linter action ([0356481](https://github.com/acdh-oeaw/apis-webpage/commit/03564811cc65f1dad948372259ac4e554825cf0c))
* introduce release please workflow ([f20bfc6](https://github.com/acdh-oeaw/apis-webpage/commit/f20bfc6269aaacd263a74bfad1349410af358666))
* introduce ruff linter action ([6772b4d](https://github.com/acdh-oeaw/apis-webpage/commit/6772b4dc39070b6ba5d312f5760eac97675b819d))
* use prosnet-workflows black action ([626bf71](https://github.com/acdh-oeaw/apis-webpage/commit/626bf71dcaa86d4d63522c04258e6c5fcb15566f))


### Bug Fixes

* adhere to `ruff` linter recommentations ([78fabf1](https://github.com/acdh-oeaw/apis-webpage/commit/78fabf1feeeba3f2a906fbbfeb0d61256d096346))
* **automation:** fix black action ([6d5a825](https://github.com/acdh-oeaw/apis-webpage/commit/6d5a82572e62e222abd3475df7ed605d351de007))
* **djlint:** fix branch of used workflow ([d74c5b2](https://github.com/acdh-oeaw/apis-webpage/commit/d74c5b2ff95f65b6f75d9ffe7e7d45ae475c73a7))
* run black on the whole repository ([8133b3d](https://github.com/acdh-oeaw/apis-webpage/commit/8133b3d87a88aabb95f3bc6cf07ffba20e4535f4))
* update imprint url ([c98fb99](https://github.com/acdh-oeaw/apis-webpage/commit/c98fb99f962755320cbc212e6d9e3c08bcd26238))
* updates urls in webpage module to path ([f943828](https://github.com/acdh-oeaw/apis-webpage/commit/f94382859449af0d1695326f868925f1d588fbd8))
* use an empty default if metadata does not exist ([f99b4cc](https://github.com/acdh-oeaw/apis-webpage/commit/f99b4cc0bb36d32ef82130db70af47f321139fdf))
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 = "webpage"
version = "0.1"
version = "0.1.0"
description = "Webpage frontend for APIS projects"
authors = ["Matthias Schlögl <m.schloegl@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 8b2945b

Please sign in to comment.