From fd83fd693c1f1c36826624bbbac6f41fd80afc22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B4natas=20Davi=20Paganini?= Date: Fri, 6 Sep 2024 20:13:05 -0300 Subject: [PATCH] Release 0.3.0 --- Gemfile.lock | 4 ++-- lib/timescaledb/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 92e2bd6..41de332 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - timescaledb (0.2.8) + timescaledb (0.3.0) activerecord activesupport pg (~> 1.2) @@ -32,7 +32,7 @@ GEM concurrent-ruby (~> 1.0) method_source (1.0.0) minitest (5.18.0) - pg (1.5.6) + pg (1.5.8) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) diff --git a/lib/timescaledb/version.rb b/lib/timescaledb/version.rb index 4c09d63..526085c 100644 --- a/lib/timescaledb/version.rb +++ b/lib/timescaledb/version.rb @@ -1,3 +1,3 @@ module Timescaledb - VERSION = '0.2.9' + VERSION = '0.3.0' end