From 97f240aa0e80b31d551c4cab0f985128dbb4d609 Mon Sep 17 00:00:00 2001 From: John Lannon Date: Mon, 21 Jul 2025 09:24:37 -0500 Subject: [PATCH] Release v0.13.0 --- CHANGELOG.md | 6 ++++++ Gemfile.lock | 2 +- lib/panda_doc/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6a2a84..56bfd81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.13.0][] (2025-07-21) + +New: + +- Add Document Sections list and delete actions (by @lannon) + ## [0.12.0][] (2025-06-20) diff --git a/Gemfile.lock b/Gemfile.lock index d418616..9521e56 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - panda_doc (0.12.0) + panda_doc (0.13.0) dry-configurable dry-struct faraday (>= 2.0.1, < 3.0) diff --git a/lib/panda_doc/version.rb b/lib/panda_doc/version.rb index f82776e..17b7646 100644 --- a/lib/panda_doc/version.rb +++ b/lib/panda_doc/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module PandaDoc - VERSION = "0.12.0" + VERSION = "0.13.0" end