1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2024-11-21 14:08:56 +01:00

Prepare v0.3.0

This commit is contained in:
Romein van Buren 2023-12-23 14:20:12 +01:00
parent b04d0b324a
commit 8a1f170121
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,4 @@
## [Unreleased]
* Bumped minimum reqiured Go version from 1.18 to 1.20.
## [v0.3.0]
New features:
@ -16,6 +14,7 @@ Patches:
* Set a deadline for counting documents, and added a button to count documents if the deadline has been exceeded.
* Changed os.ModePerm (777) file permissions to 644 and 755.
* UI improvements.
* Bumped minimum reqiured Go version from 1.18 to 1.20.
Bugfixes:
@ -56,3 +55,4 @@ Initial release.
[v0.2.0]: https://github.com/garraflavatra/rolens/releases/tag/v0.2.0
[v0.2.1]: https://github.com/garraflavatra/rolens/releases/tag/v0.2.1
[v0.2.2]: https://github.com/garraflavatra/rolens/releases/tag/v0.2.2
[v0.3.0]: https://github.com/garraflavatra/rolens/releases/tag/v0.3.0

View File

@ -13,7 +13,7 @@
"info": {
"productName": "Rolens",
"companyName": "Romein van Buren",
"productVersion": "0.2.2",
"productVersion": "0.3.0",
"comments": "The intuitive MongoDB administration tool",
"copyright": "© Romein van Buren 2023 (GNU GPL 3.0)."
},