Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Version bump: 0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
James Thompson committed Oct 8, 2014
1 parent 0a10ec0 commit 081e119
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.6.10

* Changed how associations behave with mulitiplicity of one.

## 0.6.9

* Changed how OData::Entity#from_xml functions to better work with feed results.
Expand Down
2 changes: 1 addition & 1 deletion lib/odata/association/proxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def association_results(association_name)
else
document = ::Nokogiri::XML(results.body)
document.remove_namespaces!
OData::Entity.from_xml(document, options)
OData::Entity.from_xml(document.xpath('//entry'), options)
end
end
end
Expand Down
2 changes: 1 addition & 1 deletion lib/odata/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OData
VERSION = '0.6.9'
VERSION = '0.6.10'
end

0 comments on commit 081e119

Please sign in to comment.