Skip to content

Commit

Permalink
Move to a minor release and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tibetiroka committed Apr 19, 2024
1 parent 21ceeeb commit 2ea5e8a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 1.1.0:
- Added support for displaying line numbers in error messages
- Optimized the performance of the copyrightFilePatternGenerality check
Version 1.0.0:
- Added new check `licenseDeclaredAfterExplanation`: when enabled, licenses that are explained every time they are used cannot be declared in stand-alone license stanzas
- Decoupled a new check `duplicateFilePattern` from the `redundantFilePattern` check (still under the `copyrightFilePatternGenerality` check)
Expand Down
2 changes: 1 addition & 1 deletion debian-control-linter.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH debian\-control\-linter 1 "02 Mar 2024" "version 1.0.1"
.TH debian\-control\-linter 1 "19 Apr 2024" "version 1.1.0"

.SH NAME
debian\-control\-linter \- a linter for various debian control files
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<groupId>com.tibetiroka</groupId>
<artifactId>debian-control-linter</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>

<properties>
<mainClass>com.tibetiroka.deblint.Main</mainClass>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/tibetiroka/deblint/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Main {
/**
* The current version of the project
*/
public static final String VERSION = "1.0.1";
public static final String VERSION = "1.1.0";
/**
* Stores whether the app is running inside a native image.
*/
Expand Down

0 comments on commit 2ea5e8a

Please sign in to comment.