Skip to content

Commit

Permalink
0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
dvargas92495 committed Jan 23, 2025
1 parent 74f78f5 commit 7c176d0
Show file tree
Hide file tree
Showing 4 changed files with 1,247 additions and 735 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-python-ast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run publish
working-directory: generators/python-v2/ast
run: |
pnpm --filter=${{ env.PACKAGE_NAME }} dist 0.0.20
pnpm --filter=${{ env.PACKAGE_NAME }} dist 0.0.21
cd lib
echo "//registry.npmjs.org/:_authToken=${{ env.NPM_TOKEN }}" > ~/.npmrc
npm publish --access public
2 changes: 1 addition & 1 deletion generators/python-v2/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fern-api/python-ast",
"version": "0.0.20",
"version": "0.0.21",
"repository": {
"type": "git",
"url": "https://github.com/fern-api/fern.git",
Expand Down
6 changes: 6 additions & 0 deletions generators/python-v2/ast/versions.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
- version: 0.0.21
createdAt: '2025-01-23'
changelogEntry:
- type: internal
summary: Fix block str support in class __doc__.
irVersion: 33
- version: 0.0.20
createdAt: '2024-12-26'
changelogEntry:
Expand Down
Loading

0 comments on commit 7c176d0

Please sign in to comment.