Skip to content

Releases: JuliaCI/PkgTemplates.jl

v0.7.3

10 Jun 00:02
5f22493
Compare
Choose a tag to compare

PkgTemplates v0.7.3

Diff since v0.7.2

Closed issues:

  • Interactive template error (#179)
  • GitHubActions: default extra_versions is an invalid version string? (#183)
  • Strip "s in user entries? (#184)
  • generate badge for both Documenter{GitHubActions} and Documenter{GitLabCI} (#187)

Merged pull requests:

v0.7.2

29 May 00:00
765d2db
Compare
Choose a tag to compare

PkgTemplates v0.7.2

Diff since v0.7.1

Fixed a small bug with Documenter in interactive mode.

Merged pull requests:

v0.7.1

28 May 00:00
087dcc8
Compare
Choose a tag to compare

PkgTemplates v0.7.1

Diff since v0.7.0

Closed issues:

  • Cache artifacts in CI (#166)
  • ERROR: MethodError: Cannot convert an object of type Type{Nothing} to an object of type Union (#175)

Merged pull requests:

v0.7.0

26 May 00:00
bffedf4
Compare
Choose a tag to compare

PkgTemplates v0.7.0

Diff since v0.6.4

PkgTemplates has been totally rewritten!
See the documentation for more information, which includes a migration guide.

Closed issues:

  • Make licenses displayed in sensible order in interactive mode (#90)
  • Interactive code: Template(; interactive=true) (#110)
  • How to setup template once to have a single command ? (#126)
  • Simplify package creation (#128)
  • Update workflows for githubactions + documenter + tagbot (#130)
  • Hook into pkg REPL mode (#135)
  • Make everything mutable for more convenient in-place updates? (#141)
  • TagBot github action? (#142)
  • Merge with PkgDev into a new package in the long run? (#144)
  • Failure due to no Git config even with keyword arguments (#149)
  • Changes to file templates based on kwarg (feature request?) (#151)
  • LICENSE files: add "and contributors" to default copyright (#152)
  • GitLabCI badges don't recognise hosting service (#155)
  • GitLabCI "Build Status" has wrong path (#156)
  • [RFC] Alternate disable_defaults syntax: plugins=[!TypeName] (#162)
  • Created Folder Self-Deleting (#163)
  • GitLab pages GitLab CI job hangs (#170)

Merged pull requests:

v0.6.4

13 Feb 04:43
v0.6.4
c04a64b
Compare
Choose a tag to compare

The default Travis CI template has been updated to work properly after a deprecation by Travis. (#132, #134)

v0.6.3

07 Oct 08:25
v0.6.3
26a4944
Compare
Choose a tag to compare

One new plugin has been added: DroneCI for testing on the ARM architecture. (#94)

v0.6.2

25 Aug 05:03
v0.6.2
895f2be
Compare
Choose a tag to compare

v0.6.2 (2019-08-25)

Diff since v0.6.1

Closed issues:

  • Citation does not work during interactive generation (#89)
  • generate activates unrelated environment (#82)

Merged pull requests:

v0.6.1

17 Jun 15:49
v0.6.1
Compare
Choose a tag to compare

v0.6.1 (2019-06-17)

Diff since v0.6.0

Closed issues:

  • Don't add the generated project as a dependency (#78)

Pass dev=false as a keyword to Template to disable Pkg.develop-ing generated packages.

v0.6.0

16 May 08:23
v0.6.0
77387b2
Compare
Choose a tag to compare
  • A new license is available (#63)
  • Generated packages' UUIDs are no longer compatible with METADATA, so use 0.5 if creating packages for Julia 0.6 (#70)
  • A new Citation plugin is available (#73)
  • A new CirrusCI plugin is available (#47)
  • A few updates for the new package registration system, including a Julia [compat] section (#74), #76)

v0.5.0

14 Feb 15:24
Compare
Choose a tag to compare
  • A new Documenter plugin: GitLabPages (#54)
  • Remove need for @auto_hash_equals on plugin types: (#45)
  • Generate a UUID that won't yell at you when you register your package (#56)
  • Ensure that generated .gitignore is sorted consistently (#51)
  • Use the correct docs url in GitHubPages ("/dev" instead of "/latest") (#52)
  • Update some confusing documentation (#57)

Thanks @tkf and @mortenpi!