Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Jan 25, 2025
1 parent 325948d commit cdf992c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ repos:
- svelte

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
stages: [pre-commit, commit-msg]
exclude_types: [svg]
args: [--ignore-words-list, "noe,ket,ba,te,nd", --check-filenames]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.43.0
rev: v0.44.0
hooks:
- id: markdownlint
# MD013: line too long
Expand All @@ -46,7 +46,7 @@ repos:
args: [--disable, MD013, MD033, MD041, "--"]

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.17.0
rev: v9.19.0
hooks:
- id: eslint
types: [file]
Expand Down
2 changes: 1 addition & 1 deletion citation.cff
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ repository-code: https://github.com/janosh/diagrams
type: software
url: https://github.com/janosh/diagrams
doi: 10.5281/zenodo.7486911
version: 0.1.0
version: 0.2.0
date-released: 2022-12-27
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ You can cite the [Zenodo record](https://zenodo.org/badge/latestdoi/286220365) u
doi = {10.5281/zenodo.7486911},
url = {https://github.com/janosh/diagrams},
note = {10.5281/zenodo.7486911 - https://github.com/janosh/diagrams},
version = {0.1.0},
version = {0.2.0},
urldate = {2023-01-01}, % optional, replace with your date of access
}
```
Expand Down

0 comments on commit cdf992c

Please sign in to comment.