Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.2-SNAPSHOT #6

Merged
merged 1 commit into from
May 13, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
=============

## 2016/05/11 - Version 0.1
## 2016/05/12 - Version 0.1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we are changing to version 0.2-snapshot, shouldn't we have the same version here?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK the change log should contains info until the latest tag released (v0.1 in my case), I just want to start adding functionalities under a new snapshot version.

Anyway, yesterday @fedefernandez and I were discussing about the proper protocol to do that, in order to enrich the document I'm writing for How to publish open source libraries, step by step.


- First version
This first approach includes several functions related to Users, Repositories and Authentication process.

- Users:
- Get user
- Get authenticated user
- Get users

- Repositories:
- Get repository
- List commits

- Authentication:
- New authorization
- Get authorize url (oAuth step 1)
- Get access token (oAuth step 2)
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "com.fortysevendeg"

name := "github4s"

version := "0.1"
version := "0.2-SNAPSHOT"

scalaVersion := "2.11.8"

Expand Down