Sebastian Thiel
c2dd9c7a02
fix(version-up): code updated to v0.1.6, latest CLI
...
* also includes publishing tag files
2015-04-26 13:42:31 +02:00
Sebastian Thiel
4cf0720ef1
fix(checkin): latest version of all APIs
...
Now CLI and API and the same level
2015-04-16 22:51:07 +02:00
Sebastian Thiel
34d0a7aad3
fix(README): corrected absolute links
...
This only affected links in readme files, not the relative ones
in the actual documentation
2015-04-08 17:19:04 +02:00
Sebastian Thiel
a399488c27
fix(version-up): v0.1.5
...
* fix documentation link in Cargo.toml
* adjust to latest hyper. It's not even out yet, but people
can't build the APIs anyway.
2015-04-08 16:54:50 +02:00
Sebastian Thiel
dd1d191966
fix(publish): v0.1.4
...
* macro 'alias' was renamed to 'rename'
* fixed `cargo test` on main project
The latter pointed me to the serde issue, which would have made
everything fail when actually used to communicate with google servers.
2015-04-07 15:53:30 +02:00
Sebastian Thiel
99f8b65f75
fix(api-version-up): version 0.1.3
...
* builds with latest beta/nightly
Fixes #46
2015-04-07 12:05:48 +02:00
Sebastian Thiel
91861dcb71
fix(rustup): rustc (be9bd7c93 2015-04-05)
...
* using std::convert
* update to latest hyper (and other dependencies)
Related to #46
2015-04-07 11:59:10 +02:00
Sebastian Thiel
a2ca1cb28e
fix(version-up): check-in of latest sources
...
This also includes crate files to remember which
crates we have published already.
Related to #44
2015-03-25 14:26:30 +01:00
Sebastian Thiel
04f4c95688
fix(mbuild): upload size now taken properly
...
Previously, it would query the size from the wrong dict and obtain
the value 0 all the time. This would have made every upload fail with
`UploadSizeLimitExeeded`.
Now we obtain the actual size limit, and will ignore it if unset/0
for some reason.
Patch += 1
2015-03-22 22:39:36 +01:00
Sebastian Thiel
3bc930ae47
fix(version-up): 0.1.0 release
...
* Added all APIs to source control
* upped crate version
2015-03-22 20:30:01 +01:00