Skip to content

Commit c852ee1

Browse files
committed
Merge branch 'release/1.2.1'
2 parents 5d754b0 + 674fffa commit c852ee1

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

3-
## [1.2.0](https://github.com/appercept/Delphi-WebMocks/tree/1.2.0) (2020-07-24)
3+
## [1.2.1](https://github.com/appercept/Delphi-WebMocks/tree/1.2.1) (2020-07-24)
4+
5+
[Full Changelog](https://github.com/appercept/Delphi-WebMocks/compare/1.2.0...1.2.1)
6+
7+
**Fixed bugs:**
8+
9+
- Cannot browse to source when installed via Delphinus [\#28](https://github.com/appercept/Delphi-WebMocks/issues/28)
10+
11+
## [1.2.0](https://github.com/appercept/Delphi-WebMocks/tree/1.2.0) (2020-07-23)
412

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

Delphinus.Install.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"browsing_pathes": [
3+
{ "pathes": ".", "platforms": "Win32;Win64" }
4+
],
25
"search_pathes": [
36
{ "pathes": ".", "platforms": "Win32;Win64" }
47
],

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ WebMocks should now be listed in
2626
WebMocks is a source only library. You do not need to compile any packages.
2727
Steps:
2828
1. Download and extract the latest version
29-
[1.2.0](https://github.com/appercept/Delphi-WebMocks/archive/1.2.0.zip).
29+
[1.2.1](https://github.com/appercept/Delphi-WebMocks/archive/1.2.1.zip).
3030
2. Add the extracted folder to Delphi's "Library path" under "Tools >
3131
Options... > Language > Delphi > Library".
3232

0 commit comments

Comments
 (0)