Skip to content
This repository was archived by the owner on Mar 11, 2019. It is now read-only.

Commit 155d238

Browse files
committed
core(changelog): update the Changelog
core(build): update travis.yml
1 parent eae6827 commit 155d238

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
- secure: "YdYgoOCsfP8etDVdbURY/HCqZhGUrWzOsgQcfBCnkbBueU0ugt48rX/BFTtrq/qIJp/N9YqDpw7Vz3X1mhfT3EMpNJRDkbHaMM1YxWX++PmGdVu71ZCiONd2/Q8h8uZP7MLgeD7nnMhls8LBgiCqqWUK0NXfMQwzALYechV42nw=" # SONATYPE_USER
1414
- secure: "a5ZD5zp0Nu1GQUMJeTL9fCNxbtKfRzXOafWsrCipP/qg+uKrbNVS5sbhCBu7WB/Qf1x8cQapyXgRcFX/13bTkB+SWYEcUeRK5FH0hByaWLbjxuQNx5QjoRZEgi7lgvEbgyFPnsqAKLPoKmauRGGAlkhZOwnLRFpdha/+b2lKRs8=" # SONATYPE_PWD
1515
- secure: "D/lV1ExPr9QJci0sVGbXhyaESFC1fxwxFQ6u/CG0o8MuFMi+LHgp64Ga6BkKBy5xVhhMLOtW+wlYps7SBHUY/taWArhNBmuaIx567+2i0fAccM7QB3YcwPLeZLtu9aE+VF0QF5+4QolREqT7CWScW0Xwg4QsYkP+FXHxoTSnAyk=" # PGP_PASSPHRASE
16-
- secure: "A1o93OIGEa6GCRDAesU20gXUDZwWgJbz9hJJoBBVS49Zk4asB09uE5GVVPGKSs+4nDvI55os1lQZWYgvaF2Yy9kvaXcxgx1TeXNsCwlH2ZAd7yiaQJxDil2/wjle3KrT/Nqbb+VssHKHMjacQQHgwzUYCWjok7Q7D9EmFppXvR4=" # GITHUB_TOKEN
16+
- secure: "mgJrLXgbKE3nBR3CdjD1jL3ygxEtRiOATOqbzzOwAMjcfNffwrs1G/pWrDNn+Ogn5rX+9cK1tkCi98gcLWaCgyUNPs2VB6BYGY4ADXpxQDmM2ihyw2/bLqbyFxGJ/sIQ7H/lmi+bB7CCFwT5Ej/fBPn9Cj7qu2Z4KW9nTPK9LK0=" # GITHUB_TOKEN
1717

1818
cache:
1919
directories:
@@ -75,7 +75,8 @@ deploy:
7575
after_deploy:
7676
- sbt "project powerapi-core" publishSigned sonatypeRelease
7777
- github_changelog_generator Spirals-Team/powerapi --token $GITHUB_TOKEN
78-
- git config user.name "TRAVIS CI"
78+
- git config user.name "Travis CI"
79+
- git config user.email "[email protected]"
7980
- git add CHANGELOG.md
8081
- git commit -m 'core(changelog) update the Changelog'
8182
- git push --quiet "https://${GITHUB_TOKEN}@github.com/Spirals-Team/powerapi" master > /dev/null 2>&1

CHANGELOG.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,33 @@
11
# Change Log
22

3-
## [3.4](https://github.com/Spirals-Team/powerapi/tree/3.4) (2016-02-02)
3+
## [4.0](https://github.com/Spirals-Team/powerapi/tree/4.0) (2016-04-14)
4+
[Full Changelog](https://github.com/Spirals-Team/powerapi/compare/3.4...4.0)
5+
6+
**Implemented enhancements:**
47

5-
[Full Changelog](https://github.com/Spirals-Team/powerapi/compare/3.4...3.3)
8+
- Use a settings file to declare the architectures compatible with RAPL [\#78](https://github.com/Spirals-Team/powerapi/issues/78)
9+
- Packaging PowerAPI as docker images [\#77](https://github.com/Spirals-Team/powerapi/issues/77)
10+
- feature\(v4.0\): refactoring [\#81](https://github.com/Spirals-Team/powerapi/pull/81) ([mcolmant](https://github.com/mcolmant))
11+
- feature\(v4.0\): refactoring [\#80](https://github.com/Spirals-Team/powerapi/pull/80) ([mcolmant](https://github.com/mcolmant))
612

713
**Fixed bugs:**
814

9-
- Link error while using Sigar module [\#75](https://github.com/Spirals-Team/powerapi/issues/75)
15+
- Cannot compile CLI: “error: not found: value Universal” [\#79](https://github.com/Spirals-Team/powerapi/issues/79)
1016

17+
## [3.4](https://github.com/Spirals-Team/powerapi/tree/3.4) (2016-02-02)
18+
[Full Changelog](https://github.com/Spirals-Team/powerapi/compare/3.3...3.4)
19+
20+
**Closed issues:**
21+
22+
- Link error while using Sigar module [\#75](https://github.com/Spirals-Team/powerapi/issues/75)
1123

1224
## [3.3](https://github.com/Spirals-Team/powerapi/tree/3.3) (2015-11-03)
1325
[Full Changelog](https://github.com/Spirals-Team/powerapi/compare/3.2...3.3)
1426

1527
**Implemented enhancements:**
1628

1729
- Refactors the PowerSpy module [\#53](https://github.com/Spirals-Team/powerapi/issues/53)
30+
- Create the wiki with the documentation [\#46](https://github.com/Spirals-Team/powerapi/issues/46)
1831
- Implement the filesystem interface [\#16](https://github.com/Spirals-Team/powerapi/issues/16)
1932
- Implement the daemon mode [\#15](https://github.com/Spirals-Team/powerapi/issues/15)
2033
- Implement the Web interface [\#14](https://github.com/Spirals-Team/powerapi/issues/14)

0 commit comments

Comments
 (0)