Skip to content

Commit 8d66a92

Browse files
committed
Update changelog and bump version
1 parent 36d7ee5 commit 8d66a92

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ SPDX-License-Identifier: GFDL-1.3-or-later
55

66
# Changelog
77

8+
## 2.0.0 (2023-06-29)
9+
10+
- moved the ready-made Attribution component from
11+
`Opal/<module>/Opal<module>Attribution.qml` to `Opal/Attributions/Opal<module>Attribution.qml`
12+
- you no longer have to import all Opal modules on the “About” page to attribute them,
13+
simply use `import "../modules/Opal/Attributions"` to access all attributions
14+
- translations improvements
15+
816
## 1.0.0 (2023-06-26)
917

1018
- first release

doc/module.opal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#
1212

1313
# current semantic version number, cf. https://semver.org
14-
version: 1.0.0
14+
version: 2.0.0
1515

1616
# plain name as used in the module repository URL, will be prefixed with "opal-"
1717
# where necessary

0 commit comments

Comments
 (0)