From fdd4d5858caef7a5f57166df552e1deaa4525738 Mon Sep 17 00:00:00 2001 From: takuto Date: Tue, 19 Mar 2024 08:39:38 +0900 Subject: [PATCH] chore(main): release 1.0.0 (#39) --- CHANGELOG.md | 13 +++++++++++++ conf.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d72e986..0248514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.0.0](https://github.com/pysan3/pathlib.nvim/compare/v0.6.5...v1.0.0) (2024-03-18) + + +### ⚠ BREAKING CHANGES + +* release first major version +* release first major version + +### Features + +* release first major version ([44e3a10](https://github.com/pysan3/pathlib.nvim/commit/44e3a10ece63a145530bc2b7c8603eaf7a7152f5)) +* release first major version ([1a5b9c5](https://github.com/pysan3/pathlib.nvim/commit/1a5b9c5dc3f00c15d8f33eb1642618952588e804)) + ## [0.6.5](https://github.com/pysan3/pathlib.nvim/compare/v0.6.4...v0.6.5) (2024-03-15) diff --git a/conf.py b/conf.py index 51f89c5..8ae1528 100644 --- a/conf.py +++ b/conf.py @@ -9,7 +9,7 @@ project = 'pathlib.nvim' copyright = '2023, pysan3' author = 'pysan3' -release = '0.6.5' # x-release-please-version +release = '1.0.0' # x-release-please-version # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration