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

Commit

Permalink
core(changelog): update the Changelog
Browse files Browse the repository at this point in the history
core(build): update travis.yml
  • Loading branch information
mcolmant committed Apr 14, 2016
1 parent eae6827 commit 155d238
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
- secure: "YdYgoOCsfP8etDVdbURY/HCqZhGUrWzOsgQcfBCnkbBueU0ugt48rX/BFTtrq/qIJp/N9YqDpw7Vz3X1mhfT3EMpNJRDkbHaMM1YxWX++PmGdVu71ZCiONd2/Q8h8uZP7MLgeD7nnMhls8LBgiCqqWUK0NXfMQwzALYechV42nw=" # SONATYPE_USER
- secure: "a5ZD5zp0Nu1GQUMJeTL9fCNxbtKfRzXOafWsrCipP/qg+uKrbNVS5sbhCBu7WB/Qf1x8cQapyXgRcFX/13bTkB+SWYEcUeRK5FH0hByaWLbjxuQNx5QjoRZEgi7lgvEbgyFPnsqAKLPoKmauRGGAlkhZOwnLRFpdha/+b2lKRs8=" # SONATYPE_PWD
- secure: "D/lV1ExPr9QJci0sVGbXhyaESFC1fxwxFQ6u/CG0o8MuFMi+LHgp64Ga6BkKBy5xVhhMLOtW+wlYps7SBHUY/taWArhNBmuaIx567+2i0fAccM7QB3YcwPLeZLtu9aE+VF0QF5+4QolREqT7CWScW0Xwg4QsYkP+FXHxoTSnAyk=" # PGP_PASSPHRASE
- secure: "A1o93OIGEa6GCRDAesU20gXUDZwWgJbz9hJJoBBVS49Zk4asB09uE5GVVPGKSs+4nDvI55os1lQZWYgvaF2Yy9kvaXcxgx1TeXNsCwlH2ZAd7yiaQJxDil2/wjle3KrT/Nqbb+VssHKHMjacQQHgwzUYCWjok7Q7D9EmFppXvR4=" # GITHUB_TOKEN
- secure: "mgJrLXgbKE3nBR3CdjD1jL3ygxEtRiOATOqbzzOwAMjcfNffwrs1G/pWrDNn+Ogn5rX+9cK1tkCi98gcLWaCgyUNPs2VB6BYGY4ADXpxQDmM2ihyw2/bLqbyFxGJ/sIQ7H/lmi+bB7CCFwT5Ej/fBPn9Cj7qu2Z4KW9nTPK9LK0=" # GITHUB_TOKEN

cache:
directories:
Expand Down Expand Up @@ -75,7 +75,8 @@ deploy:
after_deploy:
- sbt "project powerapi-core" publishSigned sonatypeRelease
- github_changelog_generator Spirals-Team/powerapi --token $GITHUB_TOKEN
- git config user.name "TRAVIS CI"
- git config user.name "Travis CI"
- git config user.email "builds@travis-ci.org"
- git add CHANGELOG.md
- git commit -m 'core(changelog) update the Changelog'
- git push --quiet "https://${GITHUB_TOKEN}@github.com/Spirals-Team/powerapi" master > /dev/null 2>&1
Expand Down
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,33 @@
# Change Log

## [3.4](https://github.com/Spirals-Team/powerapi/tree/3.4) (2016-02-02)
## [4.0](https://github.com/Spirals-Team/powerapi/tree/4.0) (2016-04-14)
[Full Changelog](https://github.com/Spirals-Team/powerapi/compare/3.4...4.0)

**Implemented enhancements:**

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

**Fixed bugs:**

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

## [3.4](https://github.com/Spirals-Team/powerapi/tree/3.4) (2016-02-02)
[Full Changelog](https://github.com/Spirals-Team/powerapi/compare/3.3...3.4)

**Closed issues:**

- Link error while using Sigar module [\#75](https://github.com/Spirals-Team/powerapi/issues/75)

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

**Implemented enhancements:**

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

0 comments on commit 155d238

Please sign in to comment.