Skip to content

Commit

Permalink
Merge branch 'release/1.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhatherall committed Jul 23, 2020
2 parents 5d754b0 + 674fffa commit c852ee1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## [1.2.0](https://github.com/appercept/Delphi-WebMocks/tree/1.2.0) (2020-07-24)
## [1.2.1](https://github.com/appercept/Delphi-WebMocks/tree/1.2.1) (2020-07-24)

[Full Changelog](https://github.com/appercept/Delphi-WebMocks/compare/1.2.0...1.2.1)

**Fixed bugs:**

- Cannot browse to source when installed via Delphinus [\#28](https://github.com/appercept/Delphi-WebMocks/issues/28)

## [1.2.0](https://github.com/appercept/Delphi-WebMocks/tree/1.2.0) (2020-07-23)

[Full Changelog](https://github.com/appercept/Delphi-WebMocks/compare/1.1.0...1.2.0)

Expand Down
3 changes: 3 additions & 0 deletions Delphinus.Install.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"browsing_pathes": [
{ "pathes": ".", "platforms": "Win32;Win64" }
],
"search_pathes": [
{ "pathes": ".", "platforms": "Win32;Win64" }
],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ WebMocks should now be listed in
WebMocks is a source only library. You do not need to compile any packages.
Steps:
1. Download and extract the latest version
[1.2.0](https://github.com/appercept/Delphi-WebMocks/archive/1.2.0.zip).
[1.2.1](https://github.com/appercept/Delphi-WebMocks/archive/1.2.1.zip).
2. Add the extracted folder to Delphi's "Library path" under "Tools >
Options... > Language > Delphi > Library".

Expand Down

0 comments on commit c852ee1

Please sign in to comment.