File tree Expand file tree Collapse file tree 7 files changed +13
-7
lines changed Expand file tree Collapse file tree 7 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 12
12
lint :
13
13
name : lint
14
14
runs-on : ubuntu-latest
15
-
16
15
17
16
steps :
18
17
- uses : actions/checkout@v4
30
29
31
30
- name : Run lints
32
31
run : ./scripts/lint
32
+
33
33
test :
34
34
name : test
35
35
runs-on : ubuntu-latest
50
50
51
51
- name : Run tests
52
52
run : ./scripts/test
53
-
Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.0.0 "
2
+ "." : " 1.0.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.1 (2025-01-25)
4
+
5
+ Full Changelog: [ v1.0.0...v1.0.1] ( https://github.com/ArcadeAI/arcade-py/compare/v1.0.0...v1.0.1 )
6
+
7
+ ### Chores
8
+
9
+ * ** internal:** codegen related update ([ #92 ] ( https://github.com/ArcadeAI/arcade-py/issues/92 ) ) ([ 534728b] ( https://github.com/ArcadeAI/arcade-py/commit/534728b5d9ac96b6e051088848bc732f05167acb ) )
10
+
3
11
## 1.0.0 (2025-01-24)
4
12
5
13
Full Changelog: [ v0.2.2...v1.0.0] ( https://github.com/ArcadeAI/arcade-py/compare/v0.2.2...v1.0.0 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " arcadepy"
3
- version = " 1.0.0 "
3
+ version = " 1.0.1 "
4
4
description = " The official Python library for the Arcade API"
5
5
dynamic = [" readme" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 4
4
5
5
cd " $( dirname " $0 " ) /.."
6
6
7
- if [ -f " Brewfile" ] && [ " $( uname -s) " = " Darwin" ]; then
7
+ if ! command -v rye > /dev/null 2>&1 && [ -f " Brewfile" ] && [ " $( uname -s) " = " Darwin" ]; then
8
8
brew bundle check > /dev/null 2>&1 || {
9
9
echo " ==> Installing Homebrew dependencies…"
10
10
brew bundle
Original file line number Diff line number Diff line change @@ -9,4 +9,3 @@ rye run lint
9
9
10
10
echo " ==> Making sure it imports"
11
11
rye run python -c ' import arcadepy'
12
-
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
3
__title__ = "arcadepy"
4
- __version__ = "1.0.0 " # x-release-please-version
4
+ __version__ = "1.0.1 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments