github-actions[bot]
github-actions[bot]
commited on
Release for v1.1.1 (#28)
Browse files* [tagpr] prepare for the next release
* [tagpr] update CHANGELOG.md
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- CHANGELOG.md +4 -0
- pyproject.toml +1 -1
CHANGELOG.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
# Changelog
|
2 |
|
|
|
|
|
|
|
|
|
3 |
## [v1.1.0](https://github.com/shunk031/huggingface-datasets_JGLUE/compare/v1.0.0...v1.1.0) - 2025-03-31
|
4 |
- Update dataset URLs to use versioned tags and bump version to 1.1.0 by @shunk031 in https://github.com/shunk031/huggingface-datasets_JGLUE/pull/22
|
5 |
|
|
|
1 |
# Changelog
|
2 |
|
3 |
+
## [v1.1.1](https://github.com/shunk031/huggingface-datasets_JGLUE/compare/v1.1.0...v1.1.1) - 2025-03-31
|
4 |
+
- Use uv by @shunk031 in https://github.com/shunk031/huggingface-datasets_JGLUE/pull/27
|
5 |
+
- Bump JGLUE version to 1.1.0 by @shunk031 in https://github.com/shunk031/huggingface-datasets_JGLUE/pull/29
|
6 |
+
|
7 |
## [v1.1.0](https://github.com/shunk031/huggingface-datasets_JGLUE/compare/v1.0.0...v1.1.0) - 2025-03-31
|
8 |
- Update dataset URLs to use versioned tags and bump version to 1.1.0 by @shunk031 in https://github.com/shunk031/huggingface-datasets_JGLUE/pull/22
|
9 |
|
pyproject.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[project]
|
2 |
name = "huggingface-datasets-jglue"
|
3 |
-
version = "1.1.
|
4 |
description = "Dataset loading script for JGLUE: Japanese General Language Understanding Evaluation"
|
5 |
authors = [
|
6 |
{ name = "Shunsuke Kitada", email = "[email protected]" },
|
|
|
1 |
[project]
|
2 |
name = "huggingface-datasets-jglue"
|
3 |
+
version = "1.1.1"
|
4 |
description = "Dataset loading script for JGLUE: Japanese General Language Understanding Evaluation"
|
5 |
authors = [
|
6 |
{ name = "Shunsuke Kitada", email = "[email protected]" },
|