Skip to content

Commit 37c68d3

Browse files
mogeryclaude
andcommitted
chore(sdks): bump versions to release v2 research support
Follow-up to firecrawl#3794 which added the research methods across all SDKs but did not bump versions, so the publish workflows no-op'd at the version gate. - js: 4.26.0 -> 4.27.0 - python: 4.28.3 -> 4.29.0 - rust: 2.8.1 -> 2.9.0 - go: 1.6.1 -> 1.7.0 - ruby: 1.8.1 -> 1.9.0 - php: 1.6.1 -> 1.7.0 - java: 1.9.1 -> 1.10.0 - dotnet: 1.7.1 -> 1.8.0 - elixir: 1.6.1 -> 1.7.0 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent d47a4f3 commit 37c68d3

12 files changed

Lines changed: 10 additions & 10 deletions

File tree

.pnpm-store/v11/.pnpm-needs-build-marker

Whitespace-only changes.

.pnpm-store/v11/index.db

8 KB
Binary file not shown.

apps/dot-net-sdk/Firecrawl/Firecrawl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- NuGet package metadata -->
1010
<PackageId>firecrawl-sdk</PackageId>
11-
<Version>1.7.1</Version>
11+
<Version>1.8.0</Version>
1212
<Authors>Firecrawl</Authors>
1313
<Company>Firecrawl</Company>
1414
<Description>.NET SDK for the Firecrawl API - web scraping, crawling, and data extraction</Description>

apps/elixir-sdk/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Firecrawl.MixProject do
22
use Mix.Project
33

4-
@version "1.6.1"
4+
@version "1.7.0"
55
@source_url "https://github.com/firecrawl/firecrawl/tree/main/apps/elixir-sdk"
66

77
def project do

apps/go-sdk/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ package firecrawl
99
// Bump this when preparing a new release. The publish-go-sdk GitHub workflow
1010
// reads this value and creates the corresponding monorepo-prefixed tag on
1111
// merge to main.
12-
const Version = "1.6.1"
12+
const Version = "1.7.0"

apps/java-sdk/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.firecrawl"
7-
version = "1.9.1"
7+
version = "1.10.0"
88

99
java {
1010
sourceCompatibility = JavaVersion.VERSION_11

apps/js-sdk/firecrawl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mendable/firecrawl-js",
3-
"version": "4.26.0",
3+
"version": "4.27.0",
44
"description": "JavaScript SDK for Firecrawl API",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

apps/php-sdk/src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
final class Version
88
{
9-
public const SDK_VERSION = '1.6.1';
9+
public const SDK_VERSION = '1.7.0';
1010
}

apps/python-sdk/firecrawl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
V1ChangeTrackingOptions,
1818
)
1919

20-
__version__ = "4.28.3"
20+
__version__ = "4.29.0"
2121

2222
# Define the logger for the Firecrawl project
2323
logger: logging.Logger = logging.getLogger("firecrawl")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Firecrawl
4-
VERSION = "1.8.1"
4+
VERSION = "1.9.0"
55
end

0 commit comments

Comments
 (0)