Skip to content

Commit

Permalink
Updated descriptions for version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsim committed Dec 12, 2015
1 parent 70673f9 commit fb85f5a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### 0.7.0 / 2015-12-12

* New features
* upgraded to latest the latest Mondrian version 3.11
* removed Java 6 support
* fixes for JRuby 9.0 support
* added a query builder method "distinct"
* Improvements
* added annotations for dimension_usage and virtual_cube_dimension schema elements
* Bug fixes
* fixed the order of axis aliases - columns, rows, pages, chapters, sections


### 0.6.0 / 2014-11-10

* New features
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(The MIT License)

Copyright (c) 2010-2014 Raimonds Simanovskis
Copyright (c) 2010-2015 Raimonds Simanovskis

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.7.0
2 changes: 1 addition & 1 deletion mondrian-olap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
gem.description = "JRuby gem for performing multidimensional queries of relational database data using Mondrian OLAP Java library\n"
gem.summary = "JRuby API for Mondrian OLAP Java library"
gem.homepage = "http://github.com/rsim/mondrian-olap"
gem.date = "2014-11-10"
gem.date = "2015-12-12"
gem.license = 'MIT'

gem.files = Dir['Changelog.md', 'LICENSE*', 'README.md', 'VERSION', 'lib/**/*', 'spec/**/*']
Expand Down

0 comments on commit fb85f5a

Please sign in to comment.