8000 Require Inko 0.14.0 or newer · yorickpeterse/clogs@e141c23 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Require Inko 0.14.0 or newer
Browse files Browse the repository at this point in the history
Changelog: other
  • Loading branch information
yorickpeterse committed Feb 6, 2024
1 parent a1548e0 commit e141c23
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 43 deletions.
8000
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ changelog.

## Requirements

- Inko 0.13.2 or newer
- Inko 0.14.0 or newer
- Git

Generating changelogs comes with the following workflow requirements:
Expand Down
1 change: 0 additions & 1 deletion src/clogs/changelog.inko
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import clogs.config.Config
import clogs.git.Commit
import clogs.patches
import clogs.version.Version
import std.fs.file.(ReadOnlyFile, WriteOnlyFile)
import std.fs.path.Path
Expand Down
1 change: 0 additions & 1 deletion src/clogs/cli.inko
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import clogs.changelog.(Changelog, Release)
import clogs.config.(CONFIG_FILE, Config)
import clogs.git.(Commit, Repository)
import clogs.patches
import clogs.version.Version
import optparse.(Help, Matches, Options)
import std.fs.file.(ReadOnlyFile, WriteOnlyFile)
Expand Down
1 change: 0 additions & 1 deletion src/clogs/config.inko
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import clogs.patches
import std.fs.file.(ReadOnlyFile, WriteOnlyFile)
import std.fs.path.Path
import std.io.(Error as IoError)
Expand Down
1 change: 0 additions & 1 deletion src/clogs/git.inko
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Types and methods for working with Git repositories.
import clogs.patches
import clogs.version.Version
import std.fs.path.Path
import std.io.(BufferedReader, Error as IoError)
Expand Down
14 changes: 0 additions & 14 deletions src/clogs/patches.inko

This file was deleted.

24 changes: 0 additions & 24 deletions test/clogs/test_patches.inko

This file was deleted.

0 comments on commit e141c23

Please sign in to comment.
0