Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .changes/spec/v0.4.0.md → .changes/spec/v0.3.11.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
## [0.4.0] - 2025-??-??

### Added

- Add ability to generate macro code coverage reports for `ASPEC::Methods.assert_compile_time_error` usages ([#551]) (George Dietrich)

### Removed

- **Breaking:** Remove `ASPEC::Methods.assert_error` and `ASPEC::Methods.assert_success` methods ([#551]) (George Dietrich)

[0.4.0]: https://github.com/athena-framework/spec/releases/tag/v0.4.0
[#551]: https://github.com/athena-framework/athena/pull/551

## [0.3.11] - 2025-05-19

### Fixed
Expand Down
13 changes: 0 additions & 13 deletions src/components/spec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
# Changelog

## [0.4.0] - 2025-??-??

### Added

- Add ability to generate macro code coverage reports for `ASPEC::Methods.assert_compile_time_error` usages ([#551]) (George Dietrich)

### Removed

- **Breaking:** Remove `ASPEC::Methods.assert_error` and `ASPEC::Methods.assert_success` methods ([#551]) (George Dietrich)

[0.4.0]: https://github.com/athena-framework/spec/releases/tag/v0.4.0
[#551]: https://github.com/athena-framework/athena/pull/551

## [0.3.11] - 2025-05-19

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/components/spec/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ First, install the component by adding the following to your `shard.yml`, then r
dependencies:
athena-spec:
github: athena-framework/spec
version: ~> 0.4.0
version: ~> 0.3.0
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion src/components/spec/shard.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: athena-spec

version: 0.4.0
version: 0.3.11

crystal: ~> 1.17

Expand Down
2 changes: 1 addition & 1 deletion src/components/spec/src/athena-spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require "./test_case"

# A set of common [Spec](https://crystal-lang.org/api/Spec.html) compliant testing utilities/types.
module Athena::Spec
VERSION = "0.4.0"
VERSION = "0.3.11"

# Runs all `ASPEC::TestCase`s.
#
Expand Down
Loading