Skip to content

Commit f2cf177

Browse files
committed
Add CHANGELOG for aboutcode.federatedcode
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent b21f094 commit f2cf177

3 files changed

Lines changed: 19 additions & 1 deletion

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Changelog
2+
=============
3+
4+
5+
6+
v0.1.0 (December 12, 2024)
7+
---------------------------
8+
9+
- Initial release of the ``aboutcode.federatedcode`` library.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#
2+
# Copyright (c) nexB Inc. and others. All rights reserved.
3+
# FederatedCode is a trademark of nexB Inc.
4+
# SPDX-License-Identifier: Apache-2.0
5+
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
6+
# See https://github.com/nexB/federatedcode for support or download.
7+
# See https://aboutcode.org for more information about AboutCode.org OSS projects.
8+
#
9+
10+
__version__ = "0.1.0"

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ addopts = [
5050
[tool.black]
5151
line-length = 100
5252
include = '\.pyi?$'
53-
skip_gitignore = true
5453
# 'extend-exclude' excludes files or directories in addition to the defaults
5554
extend-exclude = "venv|fedcode/migrations"
5655

0 commit comments

Comments
 (0)