Skip to content

Commit 04f94c2

Browse files
release: 0.4.0
1 parent 3eb0d89 commit 04f94c2

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 0.4.0 (2026-04-22)
4+
5+
Full Changelog: [v0.3.0...v0.4.0](https://github.com/Xquik-dev/x-twitter-scraper-csharp/compare/v0.3.0...v0.4.0)
6+
7+
### Features
8+
9+
* **api:** api update ([739e7ff](https://github.com/Xquik-dev/x-twitter-scraper-csharp/commit/739e7ff053b9f231bd7f4a76803a2631439d3947))
10+
* **api:** api update ([8d82368](https://github.com/Xquik-dev/x-twitter-scraper-csharp/commit/8d823689cec9b413e618c9bfdc5a7d4b837b21b4))
11+
* **api:** api update ([3a5a9e7](https://github.com/Xquik-dev/x-twitter-scraper-csharp/commit/3a5a9e7d951ad61707709a91bffee20594eb58e9))
12+
* **api:** api update ([5000bc9](https://github.com/Xquik-dev/x-twitter-scraper-csharp/commit/5000bc965aa7184aaabaeec001679bd7b37f5b88))
13+
14+
15+
### Bug Fixes
16+
17+
* **tests:** round-trip urls correctly ([1773360](https://github.com/Xquik-dev/x-twitter-scraper-csharp/commit/1773360afd7751305c2fbad2350919bcc2e14e5e))
18+
19+
20+
### Chores
21+
22+
* sync OpenAPI spec ([9ad82a2](https://github.com/Xquik-dev/x-twitter-scraper-csharp/commit/9ad82a28788a0fa5853bc28666c04d8bf35220b9))
23+
* wire production_repo for all targets ([3eb0d89](https://github.com/Xquik-dev/x-twitter-scraper-csharp/commit/3eb0d897f16b37a69272cd99292c95243c27515b))
24+
325
## 0.3.0 (2026-04-08)
426

527
Full Changelog: [v0.2.0...v0.3.0](https://github.com/Xquik-dev/x-twitter-scraper-csharp/compare/v0.2.0...v0.3.0)

src/XTwitterScraper/XTwitterScraper.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Metadata -->
44
<AssemblyTitle>X Twitter Scraper C#</AssemblyTitle>
55
<AssemblyName>XTwitterScraper</AssemblyName>
6-
<VersionPrefix>0.3.0</VersionPrefix>
6+
<VersionPrefix>0.4.0</VersionPrefix>
77
<Description>The official .NET library for the X Twitter Scraper API.</Description>
88
<OutputType>Library</OutputType>
99
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)