Skip to content

Commit b52db57

Browse files
authored
Revert "chore(main): release toolbox-langchain 0.1.1 (#54)" (#144)
This reverts commit 3e4edf1.
1 parent 3e4edf1 commit b52db57

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/toolbox-langchain":"0.1.1","packages/toolbox-core":"0.1.0"}
1+
{"packages/toolbox-langchain":"0.1.0","packages/toolbox-core":"0.1.0"}

packages/toolbox-langchain/CHANGELOG.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# Changelog
22

3-
## [0.1.1](https://github.com/googleapis/genai-toolbox-langchain-python/compare/toolbox-langchain-v0.1.0...toolbox-langchain-v0.1.1) (2025-04-04)
4-
5-
6-
### Bug Fixes
7-
8-
* **deps:** update python-nonmajor ([#98](https://github.com/googleapis/genai-toolbox-langchain-python/issues/98)) ([f03e7ec](https://github.com/googleapis/genai-toolbox-langchain-python/commit/f03e7ec986eddfb1e0adc81b8be8e9140dcbd530))
9-
10-
113
## 0.1.0 (2025-02-05)
124

135

@@ -32,3 +24,4 @@
3224
### Bug Fixes
3325

3426
* Deprecate 'add_auth_headers' in favor of 'add_auth_tokens' ([c5c699c](https://github.com/googleapis/genai-toolbox-langchain-python/commit/c5c699cc29bcc0708a31bff90e8cec489982fe2a))
27+

packages/toolbox-langchain/src/toolbox_langchain/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.1.1"
15+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)