Skip to content

Commit

Permalink
Add release notes and set version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andresusanopinto committed Jun 24, 2019
1 parent caa9e03 commit 6b77661
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 13,12 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================-->

# Current version (0.5.0-dev)
* Under development.
# Release 0.5.0
* Fixes in `hub.KerasLayer` related with regularizers, config serialization
and usage with `tf.estimator`.
* Updates to feature columns to be compatible with feature columns V2 apis and
add `hub.sparse_text_embedding_column` for bag of words features.
* Made `hub.Module` usable within `tf.compat.v1.wrap_function`.

# Release 0.4.0
* `hub.KerasLayer` (for Hub/TF2 modules) can be used in graph mode
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_hub/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 14,4 @@
# ==============================================================================
"""Contains the version string."""

__version__ = "0.5.0.dev"
__version__ = "0.5.0"

0 comments on commit 6b77661

Please sign in to comment.