Skip to content

Commit cfbe29b

Browse files
Update to v1.0.1
1 parent d2001a9 commit cfbe29b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to the **VS Code Aster** extension will be documented in thi
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.1] - 2025-12-18
9+
10+
Micro-patch to fix README issues.
11+
12+
### Fixed
13+
- **Simvia logo** in the README now uses an absolute link rather than a relative link
14+
815
## [1.0.0] - 2025-12-17
916

1017
Initial public release — first stable feature set.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vs-code-aster",
33
"displayName": "VS Code Aster",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "VS Code extension for code_aster",
66
"publisher": "simvia",
77
"license": "GPL-3.0",

0 commit comments

Comments
 (0)