Skip to content

Commit 3453c32

Browse files
chore: updating CHANGELOG for v0.8.4
1 parent 33c8117 commit 3453c32

File tree

2 files changed

+37
-31
lines changed

2 files changed

+37
-31
lines changed

CHANGELOG.md

Lines changed: 37 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,92 @@
1-
## [0.8.3](https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v0.8.3) - 2025-02-21
1+
`[0.8.4](https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v0.8.4) - April 15, 2025
22

33

44
### Fixed
55

6-
- fix: Upper limit for flit version [#250](https://github.com/ansys/ansys-tools-visualization-interface/pull/250)
6+
- fix: Allow jupyter backend manual selection `[#275](https://github.com/ansys/ansys-tools-visualization-interface/pull/275)
77

8-
[0.8.2](https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v0.8.2) - 2025-02-21
8+
`[0.8.3](https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v0.8.3) - 2025-02-21
9+
10+
11+
### Fixed
12+
13+
- fix: Upper limit for flit version `[#250](https://github.com/ansys/ansys-tools-visualization-interface/pull/250)
14+
15+
`[0.8.2](https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v0.8.2) - 2025-02-21
916

1017

1118
### Dependencies
1219

13-
- build(deps): bump the general-dependencies group with 2 updates [#246](https://github.com/ansys/ansys-tools-visualization-interface/pull/246)
20+
- build(deps): bump the general-dependencies group with 2 updates `[#246](https://github.com/ansys/ansys-tools-visualization-interface/pull/246)
1421

15-
## [0.8.1](https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v0.8.1) - 2025-01-15
22+
`[0.8.1](https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v0.8.1) - 2025-01-15
1623

1724

1825
### Fixed
1926

20-
- fix: Revert some bad changes from pre-commit [#231](https://github.com/ansys/ansys-tools-visualization-interface/pull/231)
27+
- fix: Revert some bad changes from pre-commit `[#231](https://github.com/ansys/ansys-tools-visualization-interface/pull/231)
2128

22-
## [0.8.0](https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v0.8.0) - 2025-01-15
29+
`[0.8.0](https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v0.8.0) - 2025-01-15
2330

2431

2532
### Added
2633

27-
- feat: Add dark mode when background is dark [#228](https://github.com/ansys/ansys-tools-visualization-interface/pull/228)
34+
- feat: Add dark mode when background is dark `[#228](https://github.com/ansys/ansys-tools-visualization-interface/pull/228)
2835

2936

3037
### Dependencies
3138

32-
- build(deps): bump ansys-fluent-core from 0.28.0 to 0.28.1 in the general-dependencies group [#226](https://github.com/ansys/ansys-tools-visualization-interface/pull/226)
39+
- build(deps): bump ansys-fluent-core from 0.28.0 to 0.28.1 in the general-dependencies group `[#226](https://github.com/ansys/ansys-tools-visualization-interface/pull/226)
3340

3441

3542
### Maintenance
3643

37-
- chore: update CHANGELOG for v0.7.0 [#225](https://github.com/ansys/ansys-tools-visualization-interface/pull/225)
44+
- chore: update CHANGELOG for v0.7.0 `[#225](https://github.com/ansys/ansys-tools-visualization-interface/pull/225)
3845

3946

4047
### Test
4148

42-
- [pre-commit.ci] pre-commit autoupdate [#227](https://github.com/ansys/ansys-tools-visualization-interface/pull/227)
49+
- [pre-commit.ci] pre-commit autoupdate `[#227](https://github.com/ansys/ansys-tools-visualization-interface/pull/227)
4350

44-
## [0.7.0](https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v0.7.0) - 2025-01-10
51+
`[0.7.0](https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v0.7.0) - 2025-01-10
4552

4653

4754
### Added
4855

49-
- fix: PyVista Qt integration in third-party applications [#223](https://github.com/ansys/ansys-tools-visualization-interface/pull/223)
56+
- fix: PyVista Qt integration in third-party applications `[#223](https://github.com/ansys/ansys-tools-visualization-interface/pull/223)
5057

5158

5259
### Fixed
5360

54-
- fix: avoid passing twice same argument [#207](https://github.com/ansys/ansys-tools-visualization-interface/pull/207)
55-
- fix: Changelog links [#212](https://github.com/ansys/ansys-tools-visualization-interface/pull/212)
56-
- fix: Convert old links to markdown format [#213](https://github.com/ansys/ansys-tools-visualization-interface/pull/213)
61+
- fix: avoid passing twice same argument `[#207](https://github.com/ansys/ansys-tools-visualization-interface/pull/207)
62+
- fix: Changelog links `[#212](https://github.com/ansys/ansys-tools-visualization-interface/pull/212)
63+
- fix: Convert old links to markdown format `[#213](https://github.com/ansys/ansys-tools-visualization-interface/pull/213)
5764

5865

5966
### Dependencies
6067

61-
- build(deps): bump ansys-fluent-core from 0.26.1 to 0.27.0 in the general-dependencies group [#197](https://github.com/ansys/ansys-tools-visualization-interface/pull/197)
62-
- build(deps): bump pytest from 8.3.3 to 8.3.4 in the test-dependencies group [#198](https://github.com/ansys/ansys-tools-visualization-interface/pull/198)
63-
- build(deps): bump sphinx-autoapi from 3.3.3 to 3.4.0 in the doc-dependencies group [#199](https://github.com/ansys/ansys-tools-visualization-interface/pull/199)
64-
- build(deps): bump pyvista/setup-headless-display-action from 2 to 3 [#200](https://github.com/ansys/ansys-tools-visualization-interface/pull/200)
65-
- build(deps): bump pyside6 from 6.8.0.2 to 6.8.1 in the general-dependencies group [#203](https://github.com/ansys/ansys-tools-visualization-interface/pull/203)
66-
- build(deps): bump ansys-sphinx-theme from 1.2.2 to 1.2.3 in the doc-dependencies group [#204](https://github.com/ansys/ansys-tools-visualization-interface/pull/204)
67-
- build(deps): bump jupytext from 1.16.4 to 1.16.5 in the general-dependencies group [#214](https://github.com/ansys/ansys-tools-visualization-interface/pull/214)
68-
- build(deps): bump the doc-dependencies group across 1 directory with 2 updates [#219](https://github.com/ansys/ansys-tools-visualization-interface/pull/219)
69-
- build(deps): bump the general-dependencies group across 1 directory with 2 updates [#222](https://github.com/ansys/ansys-tools-visualization-interface/pull/222)
68+
- build(deps): bump ansys-fluent-core from 0.26.1 to 0.27.0 in the general-dependencies group `[#197](https://github.com/ansys/ansys-tools-visualization-interface/pull/197)
69+
- build(deps): bump pytest from 8.3.3 to 8.3.4 in the test-dependencies group `[#198](https://github.com/ansys/ansys-tools-visualization-interface/pull/198)
70+
- build(deps): bump sphinx-autoapi from 3.3.3 to 3.4.0 in the doc-dependencies group `[#199](https://github.com/ansys/ansys-tools-visualization-interface/pull/199)
71+
- build(deps): bump pyvista/setup-headless-display-action from 2 to 3 `[#200](https://github.com/ansys/ansys-tools-visualization-interface/pull/200)
72+
- build(deps): bump pyside6 from 6.8.0.2 to 6.8.1 in the general-dependencies group `[#203](https://github.com/ansys/ansys-tools-visualization-interface/pull/203)
73+
- build(deps): bump ansys-sphinx-theme from 1.2.2 to 1.2.3 in the doc-dependencies group `[#204](https://github.com/ansys/ansys-tools-visualization-interface/pull/204)
74+
- build(deps): bump jupytext from 1.16.4 to 1.16.5 in the general-dependencies group `[#214](https://github.com/ansys/ansys-tools-visualization-interface/pull/214)
75+
- build(deps): bump the doc-dependencies group across 1 directory with 2 updates `[#219](https://github.com/ansys/ansys-tools-visualization-interface/pull/219)
76+
- build(deps): bump the general-dependencies group across 1 directory with 2 updates `[#222](https://github.com/ansys/ansys-tools-visualization-interface/pull/222)
7077

7178

7279
### Maintenance
7380

74-
- chore: update CHANGELOG for v0.6.0 [#196](https://github.com/ansys/ansys-tools-visualization-interface/pull/196)
75-
- [pre-commit.ci] pre-commit autoupdate [#201](https://github.com/ansys/ansys-tools-visualization-interface/pull/201), [#205](https://github.com/ansys/ansys-tools-visualization-interface/pull/205), [#215](https://github.com/ansys/ansys-tools-visualization-interface/pull/215), [#218](https://github.com/ansys/ansys-tools-visualization-interface/pull/218)
76-
- chore: update CHANGELOG for v0.6.1 [#210](https://github.com/ansys/ansys-tools-visualization-interface/pull/210)
77-
- chore: update CHANGELOG for v0.6.2 [#211](https://github.com/ansys/ansys-tools-visualization-interface/pull/211)
81+
- chore: update CHANGELOG for v0.6.0 `[#196](https://github.com/ansys/ansys-tools-visualization-interface/pull/196)
82+
- [pre-commit.ci] pre-commit autoupdate `[#201](https://github.com/ansys/ansys-tools-visualization-interface/pull/201), `[#205](https://github.com/ansys/ansys-tools-visualization-interface/pull/205), `[#215](https://github.com/ansys/ansys-tools-visualization-interface/pull/215), `[#218](https://github.com/ansys/ansys-tools-visualization-interface/pull/218)
83+
- chore: update CHANGELOG for v0.6.1 `[#210](https://github.com/ansys/ansys-tools-visualization-interface/pull/210)
84+
- chore: update CHANGELOG for v0.6.2 `[#211](https://github.com/ansys/ansys-tools-visualization-interface/pull/211)
7885

7986

8087
### Test
8188

82-
- [pre-commit.ci] pre-commit autoupdate [#221](https://github.com/ansys/ansys-tools-visualization-interface/pull/221)
89+
- [pre-commit.ci] pre-commit autoupdate `[#221](https://github.com/ansys/ansys-tools-visualization-interface/pull/221)
8390

8491
## [0.6.2](https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v0.6.2) - 2024-12-12
8592

doc/changelog.d/275.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)