Skip to content

Commit

Permalink
Bump major version
Browse files Browse the repository at this point in the history
Ignore distribution zip file
  • Loading branch information
lhelwerd committed Jul 13, 2024
1 parent 694ca04 commit 27c7e6d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ mypy-report/
owasp-dep/
pylint-report.txt
data_vcsdev_to_dev.json
dist*.zip
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and we adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0] - 2024-07-13

### Added

- Support for OpenJDK 21 added.
Expand Down Expand Up @@ -57,5 +59,7 @@ and we adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
like with the other properties.

[Unreleased]:
https://github.com/grip-on-software/monetdb-import/compare/v0.0.3...HEAD
https://github.com/grip-on-software/monetdb-import/compare/v1.0.0...HEAD
[1.0.0]:
https://github.com/grip-on-software/monetdb-import/compare/v0.0.3...v1.0.0
[0.0.3]: https://github.com/grip-on-software/monetdb-import/releases/tag/v0.0.3
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ keywords:
- monetdb
- database-importer
license: Apache-2.0
version: 0.0.3
version: 1.0.0
2 changes: 1 addition & 1 deletion Code/importerjson/src/importer/Importerjson.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* @author Leon Helwerda
*/
public class Importerjson {
private final static String VERSION = "0.0.3";
private final static String VERSION = "1.0.0";

private static String projectName = "";
private static int projectID = 0;
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonar.projectKey=grip-on-software_monetdb-import
sonar.organization=grip-on-software
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=MonetDB importer
sonar.projectVersion=0.0.3
sonar.projectVersion=1.0.0

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
Expand Down

0 comments on commit 27c7e6d

Please sign in to comment.