Release v3.2.0
This commit is contained in:
		
					parent
					
						
							
								4928ceb91a
							
						
					
				
			
			
				commit
				
					
						7f5c8583a1
					
				
			
		
					 2 changed files with 5 additions and 2 deletions
				
			
		| 
						 | 
					@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [Unreleased]
 | 
					## [Unreleased]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## [3.2.0] - 2021-08-27
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- add github & grafana formatters
 | 
					- add github & grafana formatters
 | 
				
			||||||
- add formatted_body to bypass markdown with direct
 | 
					- add formatted_body to bypass markdown with direct
 | 
				
			||||||
  [matrix-custom-HTML](https://matrix.org/docs/spec/client_server/r0.6.1#m-room-message-msgtypes)
 | 
					  [matrix-custom-HTML](https://matrix.org/docs/spec/client_server/r0.6.1#m-room-message-msgtypes)
 | 
				
			||||||
| 
						 | 
					@ -48,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 | 
				
			||||||
## [1.0.0] - 2020-02-14
 | 
					## [1.0.0] - 2020-02-14
 | 
				
			||||||
- First release with matrix-client & http.server
 | 
					- First release with matrix-client & http.server
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Unreleased]: https://github.com/nim65s/matrix-webhook/compare/v3.1.1...master
 | 
					[Unreleased]: https://github.com/nim65s/matrix-webhook/compare/v3.2.0...master
 | 
				
			||||||
 | 
					[3.2.0] https://github.com/nim65s/matrix-webhook/compare/v3.1.1...v3.2.0
 | 
				
			||||||
[3.1.1]: https://github.com/nim65s/matrix-webhook/compare/v3.1.0...v3.1.1
 | 
					[3.1.1]: https://github.com/nim65s/matrix-webhook/compare/v3.1.0...v3.1.1
 | 
				
			||||||
[3.1.0]: https://github.com/nim65s/matrix-webhook/compare/v3.0.0...v3.1.0
 | 
					[3.1.0]: https://github.com/nim65s/matrix-webhook/compare/v3.0.0...v3.1.0
 | 
				
			||||||
[3.0.0]: https://github.com/nim65s/matrix-webhook/compare/v2.0.0...v3.0.0
 | 
					[3.0.0]: https://github.com/nim65s/matrix-webhook/compare/v2.0.0...v3.0.0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
[tool.poetry]
 | 
					[tool.poetry]
 | 
				
			||||||
name = "matrix-webhook"
 | 
					name = "matrix-webhook"
 | 
				
			||||||
version = "3.1.1"
 | 
					version = "3.2.0"
 | 
				
			||||||
description = "Post a message to a matrix room with a simple HTTP POST"
 | 
					description = "Post a message to a matrix room with a simple HTTP POST"
 | 
				
			||||||
authors = ["Guilhem Saurel <guilhem.saurel@laas.fr>"]
 | 
					authors = ["Guilhem Saurel <guilhem.saurel@laas.fr>"]
 | 
				
			||||||
license = "BSD-2-Clause"
 | 
					license = "BSD-2-Clause"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue