Skip to content

Commit

Permalink
Merge pull request #310 from serokell/int-index/release-0.3.0
Browse files Browse the repository at this point in the history
v0.3.0 release
  • Loading branch information
int-index authored Dec 27, 2024
2 parents de01ff3 + 515cead commit 224ccb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 224ccb0

Please sign in to comment.