Skip to content

Commit

Permalink
Release 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knapo committed Feb 5, 2025
1 parent 5cb1097 commit 9af3454
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.14.0 - 2025-04-05

Ruby 3.4 support. Drop ruby 3.2 support.

## 1.13.0 - 2024-07-23

Make docker compose command configurable and use `docker compose` instead `docker-compose` by default
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
vidar (1.13.4)
vidar (1.14.0)
colorize
faraday
thor (~> 1.0)
Expand Down Expand Up @@ -34,7 +34,7 @@ GEM
net-http (0.6.0)
uri
parallel (1.26.3)
parser (3.3.7.0)
parser (3.3.7.1)
ast (~> 2.4.1)
racc
pry (0.15.2)
Expand Down Expand Up @@ -102,4 +102,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.6.2
2.6.3
2 changes: 1 addition & 1 deletion lib/vidar/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Vidar
VERSION = '1.13.4'.freeze
VERSION = '1.14.0'.freeze
end

0 comments on commit 9af3454

Please sign in to comment.