Compare commits
	
		
			3 commits
		
	
	
		
			b2113bcd88
			...
			74899ffdda
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 74899ffdda | |||
| c582e2827c | |||
| 
							 | 
						f5978cc66d | 
					 2 changed files with 11 additions and 4 deletions
				
			
		| 
						 | 
					@ -5,6 +5,13 @@ All notable changes to rattail-mailchimp will be documented in this file.
 | 
				
			||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 | 
					The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 | 
				
			||||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 | 
					and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## v0.3.4 (2025-09-20)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Fix
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- fix config extension entry point
 | 
				
			||||||
 | 
					- avoid deprecated base class for config extension
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## v0.3.3 (2024-07-05)
 | 
					## v0.3.3 (2024-07-05)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Fix
 | 
					### Fix
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6,7 +6,7 @@ build-backend = "hatchling.build"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[project]
 | 
					[project]
 | 
				
			||||||
name = "rattail-mailchimp"
 | 
					name = "rattail-mailchimp"
 | 
				
			||||||
version = "0.3.3"
 | 
					version = "0.3.4"
 | 
				
			||||||
description = "Rattail Software Interfaces for MailChimp"
 | 
					description = "Rattail Software Interfaces for MailChimp"
 | 
				
			||||||
readme = "README.md"
 | 
					readme = "README.md"
 | 
				
			||||||
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
 | 
					authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
 | 
				
			||||||
| 
						 | 
					@ -30,7 +30,7 @@ dependencies = [
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[project.entry-points."rattail.config.extensions"]
 | 
					[project.entry-points."wutta.config.extensions"]
 | 
				
			||||||
rattail_mailchimp = "rattail_mailchimp.config:MailchimpConfigExtension"
 | 
					rattail_mailchimp = "rattail_mailchimp.config:MailchimpConfigExtension"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -44,8 +44,8 @@ rattail_mailchimp = "rattail_mailchimp.emails"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[project.urls]
 | 
					[project.urls]
 | 
				
			||||||
Homepage = "https://rattailproject.org"
 | 
					Homepage = "https://rattailproject.org"
 | 
				
			||||||
Repository = "https://kallithea.rattailproject.org/rattail-project/rattail-mailchimp"
 | 
					Repository = "https://forgejo.wuttaproject.org/rattail/rattail-mailchimp"
 | 
				
			||||||
Changelog = "https://kallithea.rattailproject.org/rattail-project/rattail-mailchimp/files/master/CHANGELOG.md"
 | 
					Changelog = "https://forgejo.wuttaproject.org/rattail/rattail-mailchimp/src/branch/master/CHANGELOG.md"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[tool.commitizen]
 | 
					[tool.commitizen]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue