Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Sep 24, 2019
2 parents df1950c + fe884c4 commit f417999
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@
('Content' copyWithRegex: 'Merge pull request #[0-9]+ from [^/]+/[0-9]*' matchesReplacedWith: ' ') copyReplaceAll: '-' with: ' '
-->

# [v1.1.2](https://github.com/jecisc/TinyLogger/compare/v1.1.1...v1.1.2) (2019-09-25)

## Infrastructure

* Update Mocketry dependency to v6.0.x ([c114fea](https://github.com/jecisc/TinyLogger/commit/c114feac2ff65bd11e11fcd7f188e09e90022465))

# [v1.1.1](https://github.com/jecisc/TinyLogger/compare/v1.1.0...v1.1.1) (2019-09-18)

# Bug fixes

* Do not depend on whole Mocketry ([a50d354](https://github.com/jecisc/TinyLogger/commit/a50d3543bf00e76d780d7d3f2fb205280364b637))
* Do not depend on whole Mocketry ([a50d354](https://github.com/jecisc/TinyLogger/commit/a50d3543bf00e76d780d7d3f2fb205280364b637))

# Infrastructure

Expand Down
2 changes: 1 addition & 1 deletion src/BaselineOfTinyLogger/BaselineOfTinyLogger.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ BaselineOfTinyLogger >> mocketry: spec [
baseline: 'Mocketry'
with: [ spec
loads: #('Core');
repository: 'github://dionisiydk/Mocketry:v4.0.x' ]
repository: 'github://dionisiydk/Mocketry:v6.0.x' ]
]

0 comments on commit f417999

Please sign in to comment.