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

Revert 0.0.2 release #36

Merged
merged 5 commits into from
Nov 22, 2018
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
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ cache:
- "$HOME/.sbt"

before_install:
-
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then openssl aes-256-cbc
-K $encrypted_b755bd3972ec_key -iv $encrypted_b755bd3972ec_iv -in secring.gpg.enc -out secring.gpg -d; fi
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then - openssl aes-256-cbc
-K $encrypted_ca54c9c78452_key -iv $encrypted_ca54c9c78452_iv -in secring.gpg.enc -out secring.gpg -d; fi
- export PATH=${PATH}:./vendor/bundle

install:
Expand Down
23 changes: 0 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,5 @@
# Changelog

## 11/22/2018 - Version 0.0.2

Release changes:

* Fixes Release Process ([#8](https://github.com/higherkindness/skeuomorph/pull/8))
* Swagger schema ([#10](https://github.com/higherkindness/skeuomorph/pull/10))
* fix microsite baseurl _again_ ([#9](https://github.com/higherkindness/skeuomorph/pull/9))
* fix typo in optimizations documentation ([#15](https://github.com/higherkindness/skeuomorph/pull/15))
* Adds new entries in gitignore file ([#16](https://github.com/higherkindness/skeuomorph/pull/16))
* Frees & Avro schema fixes ([#13](https://github.com/higherkindness/skeuomorph/pull/13))
* Optimize known coproducts ([#19](https://github.com/higherkindness/skeuomorph/pull/19))
* Use sbt-org-policies plugin ([#20](https://github.com/higherkindness/skeuomorph/pull/20))
* Update versions ([#23](https://github.com/higherkindness/skeuomorph/pull/23))
* New approach for pretty printers ([#17](https://github.com/higherkindness/skeuomorph/pull/17))
* Readme skeuomorph example compiles and uses printSchema variable. ([#21](https://github.com/higherkindness/skeuomorph/pull/21))
* Add some more tests ([#24](https://github.com/higherkindness/skeuomorph/pull/24))
* Migrate freestyle to mu ([#26](https://github.com/higherkindness/skeuomorph/pull/26))
* Readme compiles with printer instance ([#29](https://github.com/higherkindness/skeuomorph/pull/29))
* change the organization to io.higherkindness ([#32](https://github.com/higherkindness/skeuomorph/pull/32))
* fix packaging ([#35](https://github.com/higherkindness/skeuomorph/pull/35))
* release 0.0.2 ([#34](https://github.com/higherkindness/skeuomorph/pull/34))


## 08/02/2018 - Version 0.0.1

Release changes:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[comment]: # (Start Badges)

[![Build Status](https://travis-ci.org/higherkindness/skeuomorph.svg?branch=master)](https://travis-ci.org/higherkindness/skeuomorph) [![codecov.io](http://codecov.io/github/higherkindness/skeuomorph/coverage.svg?branch=master)](http://codecov.io/github/higherkindness/skeuomorph?branch=master) [![Maven Central](https://img.shields.io/badge/maven%20central-0.0.2-green.svg)](https://oss.sonatype.org/#nexus-search;gav~io.higherkindness~skeuomorph*) [![Latest version](https://img.shields.io/badge/skeuomorph-0.0.2-green.svg)](https://index.scala-lang.org/higherkindness/skeuomorph) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/higherkindness/skeuomorph/master/LICENSE) [![Join the chat at https://gitter.im/higherkindness/skeuomorph](https://badges.gitter.im/higherkindness/skeuomorph.svg)](https://gitter.im/higherkindness/skeuomorph?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub Issues](https://img.shields.io/github/issues/higherkindness/skeuomorph.svg)](https://github.com/higherkindness/skeuomorph/issues)
[![Build Status](https://travis-ci.org/frees-io/skeuomorph.svg?branch=master)](https://travis-ci.org/frees-io/skeuomorph) [![codecov.io](http://codecov.io/github/frees-io/skeuomorph/coverage.svg?branch=master)](http://codecov.io/github/frees-io/skeuomorph?branch=master) [![Maven Central](https://img.shields.io/badge/maven%20central-0.0.1-green.svg)](https://oss.sonatype.org/#nexus-search;gav~io.frees~skeuomorph*) [![Latest version](https://img.shields.io/badge/skeuomorph-0.0.1-green.svg)](https://index.scala-lang.org/frees-io/skeuomorph) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/frees-io/skeuomorph/master/LICENSE) [![Join the chat at https://gitter.im/frees-io/skeuomorph](https://badges.gitter.im/frees-io/skeuomorph.svg)](https://gitter.im/frees-io/skeuomorph?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub Issues](https://img.shields.io/github/issues/frees-io/skeuomorph.svg)](https://github.com/frees-io/skeuomorph/issues)

[comment]: # (End Badges)

Expand Down Expand Up @@ -35,7 +35,7 @@ You can install skeuomorph as follows:
[comment]: # (Start Replace)

```scala
libraryDependencies += "io.higherkindness" %% "skeuomorph" % "0.0.2"
libraryDependencies += "io.higherkindness" %% "skeuomorph" % "0.0.1"
```

[comment]: # (End Replace)
Expand Down Expand Up @@ -120,4 +120,4 @@ Skeuomorph is designed and developed by 47 Degrees

Copyright (C) 2018 47 Degrees. <http://47deg.com>

[comment]: # (End Copyright)
[comment]: # (End Copyright)
Binary file modified secring.gpg.enc
Binary file not shown.
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.0.3-SNAPSHOT"
version in ThisBuild := "0.0.2-SNAPSHOT"