Skip to content

Releases: voxpupuli/modulesync

4.2.0

16 Oct 12:35
4.2.0
02948e2

Choose a tag to compare

What's Changed

New Features 🎉

Dependency Updates ⬆️

  • Update gitlab requirement from >= 4, < 6 to >= 4, < 7 by @dependabot[bot] in #330
  • Update octokit requirement from >= 4, < 10 to >= 4, < 11 by @dependabot[bot] in #329
  • Update cucumber requirement from ~> 9.2 to ~> 10.1 by @dependabot[bot] in #328

Other Changes

Full Changelog: 4.1.0...4.2.0

4.1.0

16 Oct 08:34
4.1.0
b9ddc64

Choose a tag to compare

What's Changed

New Features 🎉

New Contributors

Full Changelog: 4.0.1...4.1.0

4.0.1

02 Sep 11:40
4.0.1
a827d56

Choose a tag to compare

Full Changelog: 4.0.0...4.0.1

4.0.0

28 Aug 22:37
4.0.0
e419ef0

Choose a tag to compare

What's Changed

Breaking Changes 🛠

New Features 🎉

New Contributors

Full Changelog: 3.5.0...4.0.0

3.5.0

23 Jul 08:17
3.5.0
7dd2f30

Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: 3.4.2...3.5.0

3.4.2

27 Jun 15:26
3.4.2
aef5182

Choose a tag to compare

What's Changed

Other Changes

  • cleanup github release action; switch to rubygems trusted publishers by @bastelfreak in #306

Full Changelog: 3.4.1...3.4.2

2.0.2

03 Apr 15:56
2.0.2
fee14b6

Choose a tag to compare

2.0.2 (2021-04-03)

Full Changelog

Fixed bugs:

Closed issues:

  • Add linting (rubocop) to Travis CI configuration #153
  • Language sensitive GIT handling #85

Merged pull requests:

1.2.0

03 Jul 08:59
1.2.0
6856066

Choose a tag to compare

Changelog

2020-07-03 - 1.2.0

Add support for GitLab merge requests (MRs) #175

0.10.0

19 Sep 11:20
0.10.0
d26a09b

Choose a tag to compare

  • Add support to submit PRs to GitHub when changes are pushed - #147
  • Fix "flat files" still mentioned in README - #151

0.9.0

19 Sep 11:19
0.9.0
560b43f

Choose a tag to compare

Bugfixes

  • Monkey patch ls_files until ruby-git/ruby-git#320 is resolved
  • Reraise exception rather than exit so we can rescue a derived StandardError when using skip_broken option

Enhancements

  • Add new option to produce a failure exit code on warnings
  • Remove hard coding of managed_modules.yml which means that options passed to ModuleSync.update can override the filename