1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-01-18 13:07:58 +00:00

Prepared v0.2.1

This commit is contained in:
Romein van Buren 2023-06-23 21:32:52 +02:00
parent 2a29f5226c
commit 0027a4333b
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## Unreleased
## [v0.2.1]
* Display host and database statistics generated by the corresponding diagnostic MongoDB commands in addition to collection stats (#15).
* Added version number of the running Rolens instance in the about dialog (#25, #28).
@ -17,5 +17,6 @@
Initial release.
[v0.2.0]: https://github.com/garraflavatra/rolens/releases/tag/v0.2.0
[v0.1.0]: https://github.com/garraflavatra/rolens/releases/tag/v0.1.0
[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

View File

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