Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisbernard committed Nov 4, 2021
1 parent 0d0228f commit 70fa3dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.3.0

* Add keyspace explorer
* Use friendly URLs with server host name
* Mute Redis error when server is too old to support memory command
Expand Down
2 changes: 1 addition & 1 deletion redis_dashboard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "redis_dashboard"
spec.version = "0.2.0"
spec.version = "0.3.0"
spec.authors = ["Alexis Bernard"]
spec.email = ["alexis@bernard.io"]
spec.summary = "Sinatra app to monitor Redis servers."
Expand Down

0 comments on commit 70fa3dc

Please sign in to comment.