From 9d8912703ff8d00996d54c0f0f012c0b1e9184d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl-Ian?= Date: Fri, 23 Aug 2024 13:52:35 +0200 Subject: [PATCH] Prepare 1.3.0 release (#109) --- CHANGELOG.md | 2 ++ Gemfile.lock | 2 +- lib/vagrant-bindfs/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f45f6e..3a3b28f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## Version 1.3.0 (2024-08-23) + ### Breaking changes * Drop support for Ruby < 3.0 (#108) diff --git a/Gemfile.lock b/Gemfile.lock index 551337a..77adff4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,7 +33,7 @@ GIT PATH remote: . specs: - vagrant-bindfs (1.2.0) + vagrant-bindfs (1.3.0) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-bindfs/version.rb b/lib/vagrant-bindfs/version.rb index b4a6248..ae8b7a9 100644 --- a/lib/vagrant-bindfs/version.rb +++ b/lib/vagrant-bindfs/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module VagrantBindfs - VERSION = '1.2.0' + VERSION = '1.3.0' end