Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions docs/source/development/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
Changelog
=========

.. _`unreleased`:
.. _`release:1.1.0`:

Unreleased
----------
1.1.0
-----

New and Improved
................
Expand Down
1 change: 0 additions & 1 deletion docs/source/development/roadmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Source Code Parsing
- Extend language support by adding parsers for more comment styles, including but not limited to:

- Rust
- YAML

- Enhance ``.gitignore`` handling to support nested ``.gitignore`` files.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "sphinx-codelinks"
version = "1.0.0"
version = "1.1.0"
description = "Fast Source Code Traceability for Sphinx-Needs"
authors = [{ name = "team useblocks", email = "info@useblocks.com" }]
maintainers = [
Expand Down