Skip to content

1.4 rc #81

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
1.3.2.dev8+gd45a443.d20240722 (2024-07-23)
==========================================
1.4 (2024-08-17)
================

Deprecations and Removals
-------------------------
Expand All @@ -19,6 +19,7 @@ Features
by mentioning it in ``--branch``/``--b`` and any can be excluded by adding a ``-`` infront of the branch/tag
name in the cli argument.
Like ``--branch main,-v1.0,v2.0`` will select ``main``, ``v2.0`` and will exclude ``v1.0``. (`#69 <https://github.com/devanshshukla99/sphinx-versioned-docs/pull/69>`__)
- Adds windows compatibility. (`#76 <https://github.com/devanshshukla99/sphinx-versioned-docs/pull/76>`__)
- Added regex support for selecting and excluding branches and tags.
Now, any branch can be selected by mentioning it in ``--branch``/ ``--b`` and any can be excluded by adding a ``-``
infront of the branch/tag name in the argument.
Expand All @@ -30,6 +31,15 @@ Features
Note: selecting a branch takes presidence over excluding one. (`#80 <https://github.com/devanshshukla99/sphinx-versioned-docs/pull/80>`__)


1.3.2 (2024-03-08)
==================

Bug Fixes
---------

- Fixed `branch not found` bug when selecting branches using `-b` in CLI.


1.3.1 (2024-02-28)
==================

Expand Down Expand Up @@ -70,7 +80,7 @@ Added/Improved Documentation


1.2 (2024-02-01)
=========================================
================

Deprecations and Removals
-------------------------
Expand Down
2 changes: 0 additions & 2 deletions docs/changes/47.feature.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/changes/47.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/67.removal.rst

This file was deleted.

4 changes: 0 additions & 4 deletions docs/changes/69.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/76.feature.rst

This file was deleted.

9 changes: 0 additions & 9 deletions docs/changes/80.feature.rst

This file was deleted.

Loading