File tree Expand file tree Collapse file tree 4 files changed +4
-11
lines changed
Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 7878 "max_tags_to_fetch" : 200 ,
7979 "max_pull_requests" : 1000 ,
8080 "max_back_track_time_days" : 365
81- }
81+ }
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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-
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ cp .env.example .env
7676```
7777
7878** Example .env file:**
79+
7980``` env
8081LINKEDIN_EMAIL=your_email@example.com
8182LINKEDIN_PASSWORD=your_password
You can’t perform that action at this time.
0 commit comments