Skip to content

Commit 7804e61

Browse files
kgriteshclaude
andcommitted
style: fix formatting and trailing newlines
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 08ae5f4 commit 7804e61

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed

.github/changelog_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@
7878
"max_tags_to_fetch": 200,
7979
"max_pull_requests": 1000,
8080
"max_back_track_time_days": 365
81-
}
81+
}

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,3 @@ cython_debug/
153153
# and can be added to the global gitignore or merged into this file. For a more nuclear
154154
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
155155
#.idea/
156-
157-
CLAUDE.md

CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
78
## [v0.1.0] - 2025-09-24
9+
810
## [v0.2.0] - 2025-12-01
911

1012
- No changes
@@ -15,8 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1517

1618
- fix cookie auth (#8) @amankumarsingh77
1719

18-
19-
2020
## [v0.1.8] - 2025-11-24
2121

2222
- No changes
@@ -44,8 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4444
- :wip: feature to search posts based on a topic (#6) @kgritesh
4545
- Feat/open link (#7) @Hungerarray
4646

47-
48-
4947
## [v0.1.2] - 2025-09-24
5048

5149
- No changes
@@ -54,11 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5452

5553
- No changes
5654

57-
5855
## 🔄 Other Changes
5956

6057
- Refactor/remove relative imports (#3) @amankumarsingh77
6158
- Refact: Rename project and minor changes (#4) @amankumarsingh77
62-
63-
64-

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ cp .env.example .env
7676
```
7777

7878
**Example .env file:**
79+
7980
```env
8081
LINKEDIN_EMAIL=your_email@example.com
8182
LINKEDIN_PASSWORD=your_password

0 commit comments

Comments
 (0)