Skip to content

Commit a13a7b2

Browse files
[RELEASE] Version 5.3.1
1 parent e76facd commit a13a7b2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Please mark backwards incompatible changes with an exclamation mark at the start
88

99
## [Unreleased]
1010

11+
## [5.3.1] - 2024-12-13
12+
1113
### Fixed
1214
- Dragnet no longer crashes when generating an HTML report for a repository
1315
hosted on Github.

Diff for: lib/dragnet/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Dragnet
4-
VERSION = '5.3.0'
4+
VERSION = '5.3.1'
55
end

0 commit comments

Comments
 (0)