diff --git a/CHANGES.md b/CHANGES.md index 45aeac47..ce10154e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,9 @@ Unreleased ========== +0.3.0 +========== + * [#176](https://github.com/serokell/xrefcheck/pull/176) + Enabled `autolink` extension for `cmark-gfm`, so now we're finding strings like `www.google.com` or `https://google.com`, treating them as links @@ -36,7 +39,7 @@ Unreleased + Now we call references to anchors in current file (e.g. `[a](#b)`) as `file-local` references instead of calling them `current file` (which was ambiguous). * [#233](https://github.com/serokell/xrefcheck/pull/233) - + Now xrefxcheck does not follow redirect links by default. It fails for permanent + + Now xrefcheck does not follow redirect links by default. It fails for permanent redirect responses (i.e. 301 and 308) and passes for temporary ones (i.e. 302, 303, 307). * [#231](https://github.com/serokell/xrefcheck/pull/231) + Anchor analysis takes now into account the appropriate case-sensitivity depending on diff --git a/package.yaml b/package.yaml index 785b9292..5d493fee 100644 --- a/package.yaml +++ b/package.yaml @@ -5,7 +5,7 @@ spec-version: 0.31.0 name: xrefcheck -version: 0.2.2 +version: 0.3.0 github: serokell/xrefcheck license: MPL-2.0 license-file: LICENSE