Skip to content

Commit 265afe9

Browse files
committed
Version 0.9.1
1 parent 37cf67f commit 265afe9

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ and this project adheres to
88

99
## [Unreleased][unreleased]
1010

11+
## [0.9.1][] - 2025-05-23
12+
13+
- Add node.js 23 and 24 to CI
14+
- Update dependencies
15+
16+
## [0.9.0][] - 2024-09-01
17+
18+
- Update dependencies
19+
1120
## [0.8.2][] - 2022-03-17
1221

1322
### Fixed
@@ -588,7 +597,9 @@ and this project adheres to
588597

589598
- The first version of the `metatests` package.
590599

591-
[unreleased]: https://github.com/metarhia/metatests/compare/v0.8.2...HEAD
600+
[unreleased]: https://github.com/metarhia/metatests/compare/v0.9.1...HEAD
601+
[0.9.1]: https://github.com/metarhia/metatests/compare/v0.9.0...v0.9.1
602+
[0.9.0]: https://github.com/metarhia/metatests/compare/v0.8.2...v0.9.0
592603
[0.8.2]: https://github.com/metarhia/metatests/compare/v0.8.1...v0.8.2
593604
[0.8.1]: https://github.com/metarhia/metatests/compare/v0.8.0...v0.8.1
594605
[0.8.0]: https://github.com/metarhia/metatests/compare/v0.7.2...v0.8.0

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Metatests is licensed for use as follows:
33
"""
44
MIT License
55

6-
Copyright (c) 2016-2024 Metarhia contributors (full list in AUTHORS file)
6+
Copyright (c) 2016-2025 Metarhia contributors (full list in AUTHORS file)
77

88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metatests",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
55
"description": "Simple to use test engine for Metarhia technology stack",
66
"license": "MIT",

0 commit comments

Comments
 (0)