Skip to content

Commit

Permalink
Add Mel::Job::Template#run abstract method
Browse files Browse the repository at this point in the history
  • Loading branch information
akadusei committed Jul 23, 2024
1 parent a9ccca8 commit aeb69f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased] -

### Added
- Add `Mel::Job::Template#run` abstract method

## [0.20.0] - 2024-04-16

### Changed
Expand Down
2 changes: 2 additions & 0 deletions src/mel/job/template.cr
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
module Mel::Job::Template
abstract def run

macro included
include JSON::Serializable

Expand Down

0 comments on commit aeb69f6

Please sign in to comment.