Skip to content

Commit

Permalink
Release Motyl 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed Jul 28, 2022
1 parent bfff654 commit 48f9df4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Motyl 1.0.3 (2022-07-28)

- Fix an off-by-one error, we want 20 posts in the Atom feed
- Raise the default to 30 posts in the Atom feed
- Remove unused feedItems directive from motyl.conf
- Add Motyl ASCii logo header (Thanks H7!)
- Add SPDX short license identifier in source file



Motyl 1.0.2 (2019-05-07)

- Add require 'date', which allows Motyl to run with Ruby 2.5+
Expand Down
4 changes: 2 additions & 2 deletions bin/motyl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby

#
# Motyl 1.0.2
# Motyl 1.0.3
# Copyright (c) 2016-2022, Frederic Cambus
# https://github.com/fcambus/motyl
#
Expand Down Expand Up @@ -40,7 +40,7 @@ end

# Loading configuration
data = {
'version' => 'Motyl 1.0.2',
'version' => 'Motyl 1.0.3',
'updated' => Time.now.strftime('%Y-%m-%dT%XZ'),
'site' => YAML.load_file('motyl.conf'),
'posts' => [],
Expand Down

0 comments on commit 48f9df4

Please sign in to comment.