Skip to content

Commit bdd52be

Browse files
committed
fix: release v0.5.0 issues
2 parents 2545d49 + fd6f8a0 commit bdd52be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This project uses [towncrier](https://towncrier.readthedocs.io/) to generate cha
3737
- ci: main Python version update to 3.12 [#1112](https://github.com/ansys/pyansys-geometry/pull/1112)
3838
- ci: skip Linux tests with common approach [#1113](https://github.com/ansys/pyansys-geometry/pull/1113)
3939
- ci: build changelog on release [#1118](https://github.com/ansys/pyansys-geometry/pull/1118)
40-
40+
- chore: update CHANGELOG for v0.5.0 [#1119](https://github.com/ansys/pyansys-geometry/pull/1119)
4141

4242
### Fixed
4343

@@ -50,7 +50,7 @@ This project uses [towncrier](https://towncrier.readthedocs.io/) to generate cha
5050
- build: beartype upper limit on v0.18 [#1095](https://github.com/ansys/pyansys-geometry/pull/1095)
5151
- fix: improper types being passed for Face and Edge ctor. [#1096](https://github.com/ansys/pyansys-geometry/pull/1096)
5252
- fix: return type should be dict and not ``ScalarMapContainer`` (grpc type) [#1103](https://github.com/ansys/pyansys-geometry/pull/1103)
53-
53+
- fix: env version for Dockerfile Windows [#1120](https://github.com/ansys/pyansys-geometry/pull/1120)
5454

5555
### Dependencies
5656

docker/windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ENV LICENSE_SERVER=""
2929
ENV SERVER_ENDPOINT="0.0.0.0:50051"
3030
ENV ENABLE_TRACE=0
3131
ENV LOG_LEVEL=2
32-
ENV AWP_ROOT241=C:/app/unified
32+
ENV AWP_ROOT242=C:/app/unified
3333

3434
# Add container labels
3535
LABEL org.opencontainers.image.authors="ANSYS Inc."

0 commit comments

Comments
 (0)