This repository was archived by the owner on Feb 14, 2025. It is now read-only.
Commit 971a0d0 1 parent 4dd5a6f commit 971a0d0 Copy full SHA for 971a0d0
File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
7
+ ## v0.4.0 - 2025-02-07
8
+
9
+ This set of plugins was merged into the main [ Statick] repository and Python package.
10
+ All future development will happen in that repository.
11
+
12
+ ### Updated
13
+
14
+ - The Statick dependency was pinned to lower than version 0.12.
15
+ - This will ensure these plugins are not installed in the same space as the main ` statick ` package.
16
+ Having both packages installed would cause conflicts between plugins.
17
+
7
18
## v0.3.1 - 2025-01-20
8
19
9
20
### Added
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Custom exceptions can be applied the same way they are with
20
20
21
21
- [ Statick Markdown Plugins] ( #statick-markdown-plugins )
22
22
- [ Table of Contents] ( #table-of-contents )
23
+ - [ Deprecated] ( #deprecated )
23
24
- [ Installation] ( #installation )
24
25
- [ Usage] ( #usage )
25
26
- [ Dependency Versions] ( #dependency-versions )
@@ -32,6 +33,11 @@ Custom exceptions can be applied the same way they are with
32
33
- [ Mypy] ( #mypy )
33
34
- [ Formatting] ( #formatting )
34
35
36
+ ## Deprecated
37
+
38
+ This set of plugins was merged into the main [ Statick] repository and Python package.
39
+ All future development will happen in that repository.
40
+
35
41
## Installation
36
42
37
43
The recommended method to install these Statick plugins is via pip:
@@ -166,3 +172,4 @@ black src tests
166
172
[ rstcheck ] : https://github.com/myint/rstcheck
167
173
[ rst-lint ] : https://github.com/twolfson/restructuredtext-lint
168
174
[ write-good ] : https://github.com/btford/write-good
175
+ [ Statick ] : https://github.com/sscpac/statick
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
name = " statick-md"
7
7
authors = [{name = " NIWC Pacific" }]
8
8
description =" Statick analysis plugins for Markdown files."
9
- version = " 0.3.1 "
9
+ version = " 0.4.0 "
10
10
readme = " README.md"
11
11
requires-python = " >=3.9"
12
12
license = {text = " CC0-1.0" }
@@ -25,7 +25,7 @@ dependencies = [
25
25
" restructuredtext-lint" ,
26
26
" rstcheck" ,
27
27
" sphinx" ,
28
- " statick" ,
28
+ " statick<0.12 " ,
29
29
" types-docutils" ,
30
30
]
31
31
You can’t perform that action at this time.
0 commit comments